Skip to content

Commit

Permalink
chore: update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Mar 6, 2024
1 parent 394c801 commit ce1e258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
chmod +x target/release/discrakt_amd64
- name: Install compiler tools (as we're cross-compiling)
run: sudo apt install -y gcc-aarch64-linux-gnu
run: |
sudo apt update
sudo apt install -y gcc-aarch64-linux-gnu
- name: Build arm64
run: cargo build --release --target=aarch64-unknown-linux-gnu
Expand Down

0 comments on commit ce1e258

Please sign in to comment.