CI: Try without static

This commit is contained in:
Linus Dierheimer
2023-06-12 15:24:58 +02:00
parent 465387fd65
commit 298b669ff9
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
compiler: [gcc, clang, "musl-gcc -static"]
compiler: [gcc, clang, "musl-gcc"]
enableFeatures: [ON, OFF]
runs-on: ${{ matrix.os }}
steps: