Skip to content

Commit

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

0 comments on commit 861f960

Please sign in to comment.