Skip to content

Commit bbd453c

Browse files
committed
fix build: 502 Bad Gateway
1 parent 8c79163 commit bbd453c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: daily-test
1313
run: |
14+
export GOPROXY=https://proxy.golang.org
1415
cd consensus/qkchash/native && make && cd -
1516
go vet ./...
1617
go test -timeout 1m ./... -gcflags=-l

0 commit comments

Comments
 (0)