Skip to content

Commit

Permalink
Fix dependency install.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugr committed Dec 30, 2024
1 parent 2601f1e commit bfb21ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
usesh: true
run: |
pkg install gmake
pkg install -y gmake
scripts/travis.sh
NetBSD:
runs-on: ubuntu-latest
Expand All @@ -23,6 +23,6 @@ jobs:
with:
usesh: true
run: |
pkg install gmake
pkg install -y gmake
scripts/travis.sh

0 comments on commit bfb21ee

Please sign in to comment.