Skip to content

Commit

Permalink
fix: add Build blst-z step
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Jan 23, 2025
1 parent 553dbfa commit cbbbf13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
ls -la blst/libblst.a
- name: Build blst-z
run: |
zig build -Dtarget=${{ matrix.platform }} test
- name: Upload artifacts for testing
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit cbbbf13

Please sign in to comment.