From 3a4a69f50dc0b7d705d30d51cdb796333c8878d8 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Thu, 20 Apr 2023 14:01:07 +0200 Subject: [PATCH] Add git, pkgconf to freebsd action --- .github/workflows/freebsd.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index a2c90d8..067aa56 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -15,7 +15,11 @@ jobs: - name: make uses: vmactions/freebsd-vm@v0 with: - prepare: pkg install -y devel/check + prepare: | + pkg install -y \ + devel/check \ + devel/git \ + devel/pkgconf run: | make make test