Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmmjackson committed Sep 17, 2023
1 parent bb611a5 commit 296f886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
toolchain: stable
override: true
target: aarch64-unknown-linux-gnu
- run: RUSTFLAGS+="-C linker=aarch64-unknown-linux-gnu-gcc" cargo build --target aarch64-unknown-linux-gnu --release
- run: RUSTFLAGS+="-C linker=aarch64-linux-gnu-gcc" cargo build --target aarch64-unknown-linux-gnu --release
- uses: actions/upload-artifact@v3
with:
name: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 296f886

Please sign in to comment.