mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
debug logging solarisvm prepare
This commit is contained in:
parent
aa285d45cd
commit
6276fe1a68
1 changed files with 5 additions and 5 deletions
10
.github/workflows/solarisvm.yml
vendored
10
.github/workflows/solarisvm.yml
vendored
|
|
@ -63,11 +63,11 @@ jobs:
|
||||||
sync: rsync
|
sync: rsync
|
||||||
release: "11.4-gcc"
|
release: "11.4-gcc"
|
||||||
prepare: |
|
prepare: |
|
||||||
pkg update --accept
|
pkg update --accept || echo 1:$?
|
||||||
pkg install meson
|
pkg install meson || echo 2:$?
|
||||||
pkgutil -y -i curl
|
pkgutil -y -i curl || echo 3:$?
|
||||||
pkgutil -y -i gtar
|
pkgutil -y -i gtar || echo 4:$?
|
||||||
pkgutil -y -i findutils
|
pkgutil -y -i findutils || echo 5:$?
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
export PKG_CONFIG_PATH=/usr/lib/64/pkgconfig
|
export PKG_CONFIG_PATH=/usr/lib/64/pkgconfig
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue