Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoxiang committed Dec 7, 2024
1 parent 364e8df commit e8431c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH=${{ github.workspace }}/example
cmake .. -DCMAKE_PREFIX_PATH=${{ github.workspace }}/example -DCMAKE_EXE_LINKER_FLAGS="-static -static-libgcc -static-libstdc++"
cmake --build . --config Release
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e8431c2

Please sign in to comment.