Skip to content

Commit c459189

Browse files
committed
_
1 parent 5379ba3 commit c459189

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
run: rustup-init --default-toolchain nightly --profile minimal -y
3030
shell: alpine.sh {0}
3131

32-
- run: RUSTFLAGS="-C target-feature=-crt-static" cargo build
32+
- run: |
33+
RUSTFLAGS="-C target-feature=-crt-static"
34+
cargo build
35+
cargo build --release
3336
shell: alpine.sh {0}
3437
3538
- name: Find built shared library

0 commit comments

Comments
 (0)