Skip to content

Commit

Permalink
[win] git clone release
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jan 4, 2024
1 parent 2d27404 commit 110fc13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
mingw-w64-x86_64-gcc
mingw-w64-x86_64-go
- uses: msys2/setup-msys2@v2
- uses: actions/checkout@v4
# - uses: actions/checkout@v4
- run: |
git checkout -b release origin/release
git clone -b release https://github.com/herumi/bls-eth-go-binary
cd bls-eth-go-binary
#git submodule update --init --recursive
#make MCL_STATIC_CODE=0
go test -v ./bls

0 comments on commit 110fc13

Please sign in to comment.