Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io authored Aug 30, 2023
1 parent 57d5be3 commit 4cc19b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
rustup target add ${{ matrix.target }}
if [[ ${{ matrix.target }} == "aarch64-unknown-linux-gnu" ]]; then
sudo apt update;
sudo apt install -y binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu;
fi
Expand Down

0 comments on commit 4cc19b3

Please sign in to comment.