mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-12 19:39:19 +02:00
Add git, pkgconf to freebsd action
This commit is contained in:
parent
ba3f0cacb5
commit
3a4a69f50d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue