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 0fdbdb2 commit 28014aeCopy full SHA for 28014ae
.github/workflows/build.yaml
@@ -25,10 +25,10 @@ jobs:
25
rustup
26
27
- name: Install Rust stable toolchain via rustup
28
- run: rustup-init --default-toolchain stable --profile minimal -y
+ run: rustup-init --default-toolchain nightly --profile minimal -y
29
shell: alpine.sh {0}
30
31
- - run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --target=x86_64-unknown-linux-gnu
+ - run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build && cargo build --release
32
33
34
- name: Find built shared library
0 commit comments