We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968b6f3 commit 0fdbdb2Copy full SHA for 0fdbdb2
.github/workflows/build.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: rustup-init --default-toolchain stable --profile minimal -y
29
shell: alpine.sh {0}
30
31
- - run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build && cargo build --release
+ - run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --target=x86_64-unknown-linux-gnu
32
33
34
- name: Find built shared library
0 commit comments