Skip to content

Commit

Permalink
Revert "ci: Disable GHA windows build until image is fixed"
Browse files Browse the repository at this point in the history
This reverts commit 1bae807.
  • Loading branch information
mikes-lunarg committed Jun 14, 2024
1 parent 96837f6 commit ea53190
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ jobs:
working-directory: build/

windows_vs:
# https://github.com/actions/runner-images/issues/10004
if: false
runs-on: windows-latest
strategy:
matrix:
Expand All @@ -194,8 +192,6 @@ jobs:
- run: ctest --output-on-failure -C ${{matrix.config}} --test-dir build/

windows_vs-no-asm:
# https://github.com/actions/runner-images/issues/10004
if: false
runs-on: windows-latest
strategy:
matrix:
Expand All @@ -215,8 +211,6 @@ jobs:

# Test both clang and clang-cl (Chromium project uses clang-cl)
windows_clang:
# https://github.com/actions/runner-images/issues/10001
if: false
runs-on: windows-2022
strategy:
matrix:
Expand Down

0 comments on commit ea53190

Please sign in to comment.