Skip to content

Commit

Permalink
ci: set MAKE=gmake for OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 3, 2024
1 parent 0b387d9 commit 9d5a69e
Showing 1 changed file with 4 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
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

0 comments on commit 9d5a69e

Please sign in to comment.