Skip to content

Commit

Permalink
Build with static linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibz committed Jan 23, 2025
1 parent cbf7697 commit 09cc594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
RUSTTARGET: x86_64-unknown-linux-musl
UPLOAD_MODE: none
STATIC_LINKING: false
STATIC_LINKING: true
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
STATIC_LINKING: false
STATIC_LINKING: true
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive_type }}
ARCHIVE_NAME: ${{ matrix.archive_name }}

0 comments on commit 09cc594

Please sign in to comment.