Skip to content

Commit 14ee498

Browse files
author
Alexander Weber
committed
build fix
1 parent 0e23f34 commit 14ee498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: |
114114
sed 's/version = "0.0.0"/version = "'${{ steps.get_version.outputs.VERSION }}'"/g' Cargo.toml > Cargo.toml.tmp
115115
mv Cargo.toml.tmp Cargo.toml
116-
cargo build --release --target ${{ matrix.target }}
116+
RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target ${{ matrix.target }}
117117
- name: zip
118118
run: cd ./target/${{ matrix.target }}/release && tar -zcvf ${{ matrix.target }}.tar.gz complate
119119
- name: upload asset

0 commit comments

Comments
 (0)