Skip to content

Commit

Permalink
.github/workflows/c-cpp.yml:update freebsd test
Browse files Browse the repository at this point in the history
Minor changes noted in the README at

https://github.com/vmactions/freebsd-vm
  • Loading branch information
andy5995 committed Sep 9, 2022
1 parent 998a405 commit d931b61
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,20 @@ jobs:
ninja -v -C builddir
ninja -C builddir dist
testfreebsd:
runs-on: macos-10.15
name: A job to run test FreeBSD
freebsd:
runs-on: macos-12
name: FreeBSD Test
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Test in FreeBSD
- name: Test
id: test
uses: vmactions/freebsd-vm@v0.1.5
uses: vmactions/freebsd-vm@v0
with:
usesh: true
prepare: pkg install -y meson ninja gettext pkgconf
prepare: |
pkg install -y meson ninja gettext pkgconf
run: |
meson builddir
ninja -v -C builddir
Expand Down

0 comments on commit d931b61

Please sign in to comment.