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 5bc392b commit f0574d3Copy full SHA for f0574d3
.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: cargo build && cargo build --release
+ - run: cargo build -C target-feature=-crt-static && cargo build --release -C target-feature=-crt-static
32
33
34
- name: Find built shared library
0 commit comments