Skip to content

Commit f0574d3

Browse files
committed
_
1 parent 5bc392b commit f0574d3

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 && cargo build --release
31+
- run: cargo build -C target-feature=-crt-static && cargo build --release -C target-feature=-crt-static
3232
shell: alpine.sh {0}
3333

3434
- name: Find built shared library

0 commit comments

Comments
 (0)