Skip to content

Commit

Permalink
Fix CI: install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Dec 1, 2024
1 parent 6b58ec0 commit ce00ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '^1.23.0'
- name: dependencies
run: |
sudo apt-get install -y \
gcc-aarch64-linux-gnu \
g++-aarch64-linux-gnu
- uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
Expand Down

0 comments on commit ce00ba5

Please sign in to comment.