diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d8cd1a9..c031bb18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Compile shell: bash run: | - if [[ "${{matrix.target}}" =~ .*_static ]]; then + if [[ "${{matrix.target}}" =~ .*-static ]]; then MESON_OPTION="-Dstatic-linkage=true" else MESON_OPTION=""