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 fabdfab commit 1f6a3bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,13 @@ 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: |
Expand Down

0 comments on commit 1f6a3bb

Please sign in to comment.