Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 20, 2024
1 parent ea7b47b commit 1ac7445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CGO_FLAGS: "-O2 -D__BLST_PORTABLE__"
with:
pre_command: |
apt-get -y install gcc-aarch64-linux-gnu
apt-get update && apt-get -y install gcc-aarch64-linux-gnu
make generate
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 1ac7445

Please sign in to comment.