From 4a72e4e21a3ea58be38759d82c6f5ea705fe67a5 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 4 Sep 2024 16:17:10 -0700 Subject: [PATCH] Fix GHA --- .github/workflows/wsl.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wsl.yml b/.github/workflows/wsl.yml index cb31bdc..21de95d 100644 --- a/.github/workflows/wsl.yml +++ b/.github/workflows/wsl.yml @@ -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