Skip to content

Commit

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

0 comments on commit a2d9308

Please sign in to comment.