Skip to content

Commit 7eada9e

Browse files
committed
use gmake
1 parent a5e5207 commit 7eada9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ jobs:
6262
with:
6363
usesh: true
6464
prepare: |
65-
pkg install -y wget
65+
pkg install -y wget gmake
6666
wget https://go.dev/dl/go${{ steps.version.outputs.GO_VERSION }}.freebsd-amd64.tar.gz -q
6767
tar -C /usr/local -xzf go${{ steps.version.outputs.GO_VERSION }}.freebsd-amd64.tar.gz
6868
6969
run: |
7070
export GOROOT=/usr/local/go
7171
export GOPATH=/usr/local/gopath
7272
export PATH=$PATH:$GOPATH/bin
73-
make format || true
74-
make test
73+
gmake format || true
74+
gmake test
7575
7676
test-windows:
7777
runs-on: windows-2019

0 commit comments

Comments
 (0)