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 c459189 commit fdbdf11Copy full SHA for fdbdf11
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
shell: alpine.sh {0}
31
32
- run: |
33
- RUSTFLAGS="-C target-feature=-crt-static"
+ export RUSTFLAGS="-C target-feature=-crt-static"
34
cargo build
35
cargo build --release
36
0 commit comments