1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-21 20:46:06 +03:00

Update freebsd check pkg name

This commit is contained in:
Erik Ekman 2023-04-20 13:50:17 +02:00
parent d28e8f76ae
commit ba3f0cacb5

View File

@ -15,7 +15,7 @@ jobs:
- name: make
uses: vmactions/freebsd-vm@v0
with:
prepare: pkg install -y libcheck
prepare: pkg install -y devel/check
run: |
make
make test