Skip to content

Commit 0fb0cc3

Browse files
committed
install wget on freebsd before building
Signed-off-by: Nathanael DEMACON <[email protected]>
1 parent bd6bca4 commit 0fb0cc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
with:
6363
usesh: true
6464
prepare: |
65+
pkg install -y wget
6566
wget https://go.dev/dl/go${{ steps.version.outputs.GO_VERSION }}.freebsd-amd64.tar.gz
6667
tar -C /usr/local -xzf go${{ steps.version.outputs.GO_VERSION }}.freebsd-amd64.tar.gz
6768
export GOROOT=/usr/local/go

0 commit comments

Comments
 (0)