Skip to content

Commit

Permalink
fix: deduplicate build blst
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Jan 23, 2025
1 parent 7bc3cf0 commit 553dbfa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
version: "0.13.0" # Set the required Zig version

- name: Run blst/build.sh
- name: Build blst
run: |
cd blst
zig cc -target ${{ matrix.platform }} -c src/server.c -o server.o
Expand All @@ -40,10 +40,6 @@ jobs:
run: |
ls -la blst/libblst.a
- name: Build binary
run: |
zig build -Dtarget=${{ matrix.platform }} test
- name: Upload artifacts for testing
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 553dbfa

Please sign in to comment.