Skip to content

Commit

Permalink
update to OpenBSD 7.5 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixyj committed Dec 7, 2024
1 parent 46fe5d7 commit 470084b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,11 @@ jobs:
id: test
uses: vmactions/openbsd-vm@v1
with:
release: 7.4
release: 7.5
envs: 'BUILD_TYPE'
usesh: true
prepare: pkg_add cmake
run: |
cd /tmp || 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
mkdir build || exit 1
cd build || exit 1
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE || exit 1
Expand Down

0 comments on commit 470084b

Please sign in to comment.