Skip to content

Commit

Permalink
chore: fix linux arm64 build artifact publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhuene committed Oct 16, 2024
1 parent 334e9b6 commit a02f839
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 @@ -46,7 +46,7 @@ jobs:
run: rustup update stable && rustup default stable && rustup target add ${{ matrix.rust-target }}
- run: cargo build --release --target ${{ matrix.rust-target }}
if: ${{ ! matrix.cross }}
- run: sudo apt-get install -y libssl-dev:arm64
- run: sudo dpkg --add-architecture arm64 && sudo apt-get update && sudo apt-get install -y libssl-dev:arm64
if: ${{ matrix.cross }}
- run: cargo install cross
if: ${{ matrix.cross }}
Expand Down

0 comments on commit a02f839

Please sign in to comment.