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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: vmactions/freebsd-vm@v1
|
||||
with:
|
||||
usesh: true
|
||||
@@ -19,13 +20,11 @@ jobs:
|
||||
prepare: |
|
||||
pkg install -y go
|
||||
pkg install -y xorg
|
||||
pkg install -y git
|
||||
pkg install -y node
|
||||
run: |
|
||||
go version
|
||||
go build .
|
||||
ls
|
||||
|
||||
- name: Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pi-binary-freebsd
|
||||
path: pi-im
|
||||
git clone https://github.com/actions/upload-artifact.git
|
||||
node ./upload-artifact/dist/index.js -n pi-binary-freebsd -p pi-im
|
||||
|
Reference in New Issue
Block a user