Skip to content

Commit

Permalink
install wget on freebsd before building
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep committed May 12, 2023
1 parent bd6bca4 commit b4b7dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
usesh: true
prepare: |
pkg install -y wget
wget https://go.dev/dl/go${{ steps.version.outputs.GO_VERSION }}.freebsd-amd64.tar.gz
tar -C /usr/local -xzf go${{ steps.version.outputs.GO_VERSION }}.freebsd-amd64.tar.gz
export GOROOT=/usr/local/go
Expand Down

0 comments on commit b4b7dc1

Please sign in to comment.