Skip to content

Commit

Permalink
Install gmake in BSD runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugr committed Dec 30, 2024
1 parent 42a7d16 commit a7a9550
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
- uses: vmactions/freebsd-vm@v1
with:
usesh: true
run: scripts/travis.sh
run: |
pkg install gmake
scripts/travis.sh
NetBSD:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vmactions/netbsd-vm@v1
with:
usesh: true
run: scripts/travis.sh
run: |
pkg install gmake
scripts/travis.sh

0 comments on commit a7a9550

Please sign in to comment.