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 8be5de2 commit 04fdbf3
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 gcc@13
- name: Build
run: |
CXX=g++-13 meson setup build --debug --warnlevel 3 --werror -Dcpp_debugstl=true
LDFLAGS='-static' CXX=g++-13 meson setup build --debug --warnlevel 3 --werror -Dcpp_debugstl=true
ninja -C build
- name: Test
run: |
Expand Down

0 comments on commit 04fdbf3

Please sign in to comment.