Skip to content

Commit

Permalink
statically link
Browse files Browse the repository at this point in the history
  • Loading branch information
terror committed Dec 5, 2021
1 parent 9b6b6f5 commit 0f9cdd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ jobs:
- target: x86_64-apple-darwin
os: macos-latest
cross_compiling: false
target_rustflags: ''
target_rustflags: '--codegen target-feature=+crt-static'
- target: x86_64-pc-windows-msvc
os: windows-latest
cross_compiling: false
target_rustflags: '--codegen target-feature=+crt-static'
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
cross_compiling: false
target_rustflags: ''
target_rustflags: '--codegen target-feature=+crt-static'

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 0f9cdd7

Please sign in to comment.