Skip to content

Commit

Permalink
Update release-macos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane authored Sep 10, 2024
1 parent cbef5ab commit 284aaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
brew install meson ninja
- name: Build
run: |
LDFLAGS='-static' meson setup build --debug --warnlevel 3 --werror -Dcpp_debugstl=true
LDFLAGS='static' meson setup build --debug --warnlevel 3 --werror -Dcpp_debugstl=true
ninja -C build
- name: Test
run: |
Expand Down

0 comments on commit 284aaff

Please sign in to comment.