Skip to content

Commit

Permalink
fix: use CROSS_COMPILE for blst build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Jan 23, 2025
1 parent 69eac4f commit 7987ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [x86_64-linux, aarch64-linux, x86_64-macos]
platform: [x86_64-macos]

steps:
- name: Checkout Repository
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Run blst/build.sh
run: |
cd blst
./build.sh
./build.sh CROSS_COMPILE=${{ matrix.platform }}
- name: Verify built blst
run: |
Expand Down

0 comments on commit 7987ddc

Please sign in to comment.