Skip to content

Commit 7597228

Browse files
committed
add precomp download to github runner step
1 parent 342ce2e commit 7597228

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ jobs:
3737
test:
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141
- name: Set up Go
4242
uses: actions/setup-go@v2
4343
with:
4444
go-version: 1.18
45+
- name: Download precomp file
46+
run: wget https://github.com/gballet/go-verkle/releases/download/banderwagonv3/precomp && ls -al
4547
- name: Test
4648
run: go test -v -race ./...

0 commit comments

Comments
 (0)