Skip to content

Commit 0fdbdb2

Browse files
committed
_
1 parent 968b6f3 commit 0fdbdb2

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: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build && cargo build --release
31+
- run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --target=x86_64-unknown-linux-gnu
3232
shell: alpine.sh {0}
3333

3434
- name: Find built shared library

0 commit comments

Comments
 (0)