Skip to content

Commit

Permalink
fix: adding sudo to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Nov 8, 2022
1 parent 03aaf24 commit 7ada66f
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 @@ -22,7 +22,7 @@ jobs:
- name: perform cross build and compress binaries
shell: bash
run: |
apt-get install -y gcc-aarch64-linux-gnu
sudo apt-get install -y gcc-aarch64-linux-gnu
pwd
make cross
Expand Down

0 comments on commit 7ada66f

Please sign in to comment.