Attempt to fix freebsd workflow
This commit is contained in:
11
.github/workflows/freebsd.yml
vendored
11
.github/workflows/freebsd.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- uses: vmactions/freebsd-vm@v1
|
- uses: vmactions/freebsd-vm@v1
|
||||||
with:
|
with:
|
||||||
usesh: true
|
usesh: true
|
||||||
@@ -19,13 +20,11 @@ jobs:
|
|||||||
prepare: |
|
prepare: |
|
||||||
pkg install -y go
|
pkg install -y go
|
||||||
pkg install -y xorg
|
pkg install -y xorg
|
||||||
|
pkg install -y git
|
||||||
|
pkg install -y node
|
||||||
run: |
|
run: |
|
||||||
go version
|
go version
|
||||||
go build .
|
go build .
|
||||||
ls
|
ls
|
||||||
|
git clone https://github.com/actions/upload-artifact.git
|
||||||
- name: Artifact
|
node ./upload-artifact/dist/index.js -n pi-binary-freebsd -p pi-im
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: pi-binary-freebsd
|
|
||||||
path: pi-im
|
|
||||||
|
Reference in New Issue
Block a user