From 256c72ca64dcc27d5cccdeec2b34646caeb1681b Mon Sep 17 00:00:00 2001 From: Dennis Boone Date: Fri, 19 Mar 2021 01:42:51 -0400 Subject: [PATCH] Install git in the vm so the version stamping works. --- .github/workflows/freebsdbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/freebsdbuild.yml b/.github/workflows/freebsdbuild.yml index c567b23..e4774e3 100644 --- a/.github/workflows/freebsdbuild.yml +++ b/.github/workflows/freebsdbuild.yml @@ -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"