Skip to content

Commit

Permalink
Fix OpenBSD package install
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Nov 22, 2023
1 parent 87f1c82 commit bb4e871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: vmactions/openbsd-vm@v1
with:
usesh: true
prepare: pkg_add pbzip2
prepare: /usr/sbin/pkg_add pbzip2
run: |
pwd
sh ./test/run-makeself.sh
Expand Down

0 comments on commit bb4e871

Please sign in to comment.