Skip to content

Commit 28014ae

Browse files
committed
_
1 parent 0fdbdb2 commit 28014ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
rustup
2626
2727
- name: Install Rust stable toolchain via rustup
28-
run: rustup-init --default-toolchain stable --profile minimal -y
28+
run: rustup-init --default-toolchain nightly --profile minimal -y
2929
shell: alpine.sh {0}
3030

31-
- run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --target=x86_64-unknown-linux-gnu
31+
- run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build && cargo build --release
3232
shell: alpine.sh {0}
3333

3434
- name: Find built shared library

0 commit comments

Comments
 (0)