diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-08-01 11:02:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-01 18:02:50 +0000 |
| commit | 6239a67cbeb3c551e08bfbf96044a0451e8ecc24 (patch) | |
| tree | 7fe625d5b9a82e5638f5906a0943cf388b2ca0ec /.github/workflows | |
| parent | ef743e7166d3e6ada04c1ac9f68c05abe6884c0a (diff) | |
Reenable debug-layers on CI (#8017)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 }} |
