Skip to content

Commit

Permalink
update OpenBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixyj committed Jun 8, 2024
1 parent 8e63398 commit cf36c5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@ jobs:
ctest -C $BUILD_TYPE --output-on-failure || exit 1
testopenbsd:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test in OpenBSD
id: test
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
release: 7.1
release: 7.4
envs: 'BUILD_TYPE'
usesh: true
prepare: pkg_add cmake
run: |
cd /tmp || exit 1
ftp https://cloudflare.cdn.openbsd.org/pub/OpenBSD/7.1/amd64/comp71.tgz || exit 1
ftp https://cloudflare.cdn.openbsd.org/pub/OpenBSD/7.4/amd64/comp74.tgz || exit 1
cd / || exit 1
tar xzvphf /tmp/comp71.tgz
cd || exit 1
Expand Down

0 comments on commit cf36c5a

Please sign in to comment.