mirror of
https://github.com/prirun/p50em.git
synced 2026-03-01 09:21:02 +00:00
Install git in the vm so the version stamping works.
This commit is contained in:
2
.github/workflows/freebsdbuild.yml
vendored
2
.github/workflows/freebsdbuild.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
- uses: "vmactions/freebsd-vm@v0.1.3"
|
||||
with:
|
||||
usesh: true
|
||||
prepare: pkg install -y curl
|
||||
prepare: pkg install -y curl git
|
||||
run: |
|
||||
make
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
|
||||
Reference in New Issue
Block a user