Skip to content

Commit

Permalink
Fix apt in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Dec 1, 2024
1 parent 861f960 commit 842c5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go-version: '^1.23.0'
- name: dependencies
run: |
apt install -y \
sudo apt-get install -y \
gcc-aarch64-linux-gnu \
g++-aarch64-linux-gnu
- run: make linux-arm
Expand Down

0 comments on commit 842c5f9

Please sign in to comment.