Skip to content

Commit 968b6f3

Browse files
committed
_
1 parent f0574d3 commit 968b6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: rustup-init --default-toolchain stable --profile minimal -y
2929
shell: alpine.sh {0}
3030

31-
- run: cargo build -C target-feature=-crt-static && cargo build --release -C target-feature=-crt-static
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)