Skip to content

Commit

Permalink
Add architecture before apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Jun 15, 2024
1 parent 67132b9 commit 2858d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: install cross-compilation tools
if: ${{ matrix.job.target == 'aarch64-unknown-linux-gnu' }}
run: |
sudo apt update
sudo dpkg --add-architecture arm64
sudo apt update
sudo apt-get install -y \
binutils-aarch64-linux-gnu \
gcc-aarch64-linux-gnu \
Expand Down

0 comments on commit 2858d45

Please sign in to comment.