Skip to content

Commit

Permalink
use gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep committed May 18, 2023
1 parent a5e5207 commit 7eada9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ jobs:
with:
usesh: true
prepare: |
pkg install -y wget
pkg install -y wget gmake
wget https://go.dev/dl/go${{ steps.version.outputs.GO_VERSION }}.freebsd-amd64.tar.gz -q
tar -C /usr/local -xzf go${{ steps.version.outputs.GO_VERSION }}.freebsd-amd64.tar.gz
run: |
export GOROOT=/usr/local/go
export GOPATH=/usr/local/gopath
export PATH=$PATH:$GOPATH/bin
make format || true
make test
gmake format || true
gmake test
test-windows:
runs-on: windows-2019
Expand Down

0 comments on commit 7eada9e

Please sign in to comment.