Skip to content

Commit

Permalink
Hopefully fix NetBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugr committed Dec 30, 2024
1 parent 2326337 commit 5b9c66c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
- uses: vmactions/freebsd-vm@v1
with:
usesh: true
run: |
pkg install -y gmake
scripts/travis.sh
copyback: false
prepare: pkg install -y gmake
run: scripts/travis.sh
NetBSD:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vmactions/netbsd-vm@v1
with:
usesh: true
run: |
pkg install -y gmake
scripts/travis.sh
copyback: false
prepare: /usr/sbin/pkg_add gmake
run: scripts/travis.sh

0 comments on commit 5b9c66c

Please sign in to comment.