Skip to content

Commit

Permalink
ci: use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkornitzer committed Oct 27, 2024
1 parent 7d524db commit 1dcc657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Create artifacts directory
run: mkdir chainsaw
- name: Build
run: CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-unknown-linux-gnu
run: CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc
cargo build --all --release --target aarch64-unknown-linux-gnu && strip
target/aarch64-unknown-linux-gnu/release/chainsaw
- name: Upload binary artifact
Expand Down

0 comments on commit 1dcc657

Please sign in to comment.