Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Sep 4, 2024
1 parent ba87d27 commit 4a72e4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
fail-fast: false

matrix:
build_type: [x64-Debug-Linux, x64-Release-Linux, x64-Debug-NI-Linux, x64-Release-NI-Linux]
build_type: [x64-Debug-Linux, x64-Release-Linux]
# x64-Debug-NI-Linux, x64-Release-NI-Linux trigger issue with GCC 11.4 CRT

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4a72e4e

Please sign in to comment.