Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Aug 31, 2024
1 parent 9cf4558 commit 196e928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
docker run \
--rm \
-v "$(pwd)":/home/rust/src \
messense/rust-musl-cross:aarch64-unknown-linux-musl \
messense/rust-musl-cross:aarch64-musl \
cargo build --release --bins --target aarch64-unknown-linux-musl
- name: Collect artifacts
Expand Down

0 comments on commit 196e928

Please sign in to comment.