Skip to content

Commit

Permalink
ci: set MAKE=gmake for OpenBSD
Browse files Browse the repository at this point in the history
also add more packages: cmake, git, pkgconf, gnupg
  • Loading branch information
flavorjones committed May 29, 2024
1 parent 4bca4d2 commit 23f3549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,17 @@ jobs:
matrix:
task: ["test:unit", "test:examples"]
runs-on: ubuntu-latest
env:
MAKE: gmake
steps:
- uses: actions/checkout@v4
- uses: vmactions/openbsd-vm@v1
with:
envs: MAKE
usesh: true
copyback: false
prepare: |
pkg_add ruby%3.1
pkg_add ruby%3.1 gmake cmake git pkgconf security/gnupg
ln -sf /usr/local/bin/ruby31 /usr/local/bin/ruby
ln -sf /usr/local/bin/bundle31 /usr/local/bin/bundle
ln -sf /usr/local/bin/bundler31 /usr/local/bin/bundler
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#### Added

- Add support for extracting xz-compressed tarballs on OpenBSD. (#141 by @postmodern)
- When setting the C compiler through the `MiniPortile` constructor, the preferred keyword argument is now `:cc_command`. The original `:gcc_command` is still supported.


Expand Down

0 comments on commit 23f3549

Please sign in to comment.