diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-07-11 19:52:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 19:52:16 +0800 |
| commit | 304f9f9a355ba543c767094c17f147e3845065fa (patch) | |
| tree | 28f6e9e3ac389da8837eed24e5bf1759ff508cac /.github | |
| parent | 055d4acd8c4d37a45b27e1333af96c203bec85e8 (diff) | |
More precise handing of option dependencies (#4612)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/vk-gl-cts-nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/vk-gl-cts-nightly.yml b/.github/workflows/vk-gl-cts-nightly.yml index 5817257e1..374ea1b43 100644 --- a/.github/workflows/vk-gl-cts-nightly.yml +++ b/.github/workflows/vk-gl-cts-nightly.yml @@ -47,7 +47,7 @@ jobs: -DCMAKE_COMPILE_WARNING_AS_ERROR=${{matrix.warnings-as-errors}} \ -DSLANG_ENABLE_CUDA=1 \ -DSLANG_ENABLE_EXAMPLES=0 \ - -DSLANG_ENABLE_GFX=0 \ + -DSLANG_ENABLE_GFX=1 \ -DSLANG_ENABLE_TESTS=1 cmake --workflow --preset "${{matrix.config}}" - uses: robinraju/release-downloader@v1.7 |
