From 6239a67cbeb3c551e08bfbf96044a0451e8ecc24 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:02:50 -0700 Subject: Reenable debug-layers on CI (#8017) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c563f91d6..ac7c8300a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,6 @@ jobs: server-count: 8 # Enable debug layers for all by default - enable-debug-layers: true - - { os: windows, config: debug, enable-debug-alyers: false } # issue 7965 fail-fast: false runs-on: ${{ matrix.runs-on }} -- cgit v1.2.3