1
0
mirror of https://github.com/prirun/p50em.git synced 2026-03-01 01:09:35 +00:00

Install git in the vm so the version stamping works.

This commit is contained in:
Dennis Boone
2021-03-19 01:42:51 -04:00
parent 975cc951f8
commit 256c72ca64

View File

@@ -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"