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 5379ba3 commit c459189Copy full SHA for c459189
.github/workflows/build.yaml
@@ -29,7 +29,10 @@ jobs:
29
run: rustup-init --default-toolchain nightly --profile minimal -y
30
shell: alpine.sh {0}
31
32
- - run: RUSTFLAGS="-C target-feature=-crt-static" cargo build
+ - run: |
33
+ RUSTFLAGS="-C target-feature=-crt-static"
34
+ cargo build
35
+ cargo build --release
36
37
38
- name: Find built shared library
0 commit comments