mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-21 14:41:26 +00:00
Add git, pkgconf to freebsd action
This commit is contained in:
parent
ba3f0cacb5
commit
3a4a69f50d
6
.github/workflows/freebsd.yml
vendored
6
.github/workflows/freebsd.yml
vendored
|
@ -15,7 +15,11 @@ jobs:
|
||||||
- name: make
|
- name: make
|
||||||
uses: vmactions/freebsd-vm@v0
|
uses: vmactions/freebsd-vm@v0
|
||||||
with:
|
with:
|
||||||
prepare: pkg install -y devel/check
|
prepare: |
|
||||||
|
pkg install -y \
|
||||||
|
devel/check \
|
||||||
|
devel/git \
|
||||||
|
devel/pkgconf
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
|
|
Loading…
Reference in a new issue