Skip to content

Commit a94c44f

Browse files
committed
Fix broken DebugOpt build on linux
1 parent 6914876 commit a94c44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-22.04, macos-13]
1212
platform: [x64, arm64]
13-
build-cfg: [Debug, Release]
13+
build-cfg: [Debug, RelWithDebInfo, Release]
1414

1515
runs-on: ${{ matrix.os }}
1616

0 commit comments

Comments
 (0)