mirror of
https://github.com/megastep/makeself.git
synced 2025-12-24 11:51:16 +08:00
Fix OpenBSD package install
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user