We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e5207 commit 7eada9eCopy full SHA for 7eada9e
.github/workflows/build.yml
@@ -62,16 +62,16 @@ jobs:
62
with:
63
usesh: true
64
prepare: |
65
- pkg install -y wget
+ pkg install -y wget gmake
66
wget https://go.dev/dl/go${{ steps.version.outputs.GO_VERSION }}.freebsd-amd64.tar.gz -q
67
tar -C /usr/local -xzf go${{ steps.version.outputs.GO_VERSION }}.freebsd-amd64.tar.gz
68
69
run: |
70
export GOROOT=/usr/local/go
71
export GOPATH=/usr/local/gopath
72
export PATH=$PATH:$GOPATH/bin
73
- make format || true
74
- make test
+ gmake format || true
+ gmake test
75
76
test-windows:
77
runs-on: windows-2019
0 commit comments