Skip to content

Commit

Permalink
rm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Jan 31, 2025
1 parent b62cef5 commit aafe9a8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@ jobs:
run: GOARCH=${{ matrix.go-arch }} COSMOS_BUILD_OPTIONS=bls12381 make build
- name: Build with Secp_cgo
if: matrix.go-arch == 'amd64'
run: GOARCH=${{ matrix.go-arch }} COSMOS_BUILD_OPTIONS=secp make build
###################
## Build Tooling ##
###################
- name: Build Confix
run: GOARCH=${{ matrix.go-arch }} make confix
run: GOARCH=${{ matrix.go-arch }} COSMOS_BUILD_OPTIONS=secp make build

0 comments on commit aafe9a8

Please sign in to comment.