all: CI and misc updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-06-30 01:20:48 +02:00
parent ece5af2895
commit b75e7687f4
16 changed files with 192 additions and 80 deletions
+3 -2
View File
@@ -11,8 +11,8 @@ on: [push, workflow_dispatch]
env:
DEBIAN_FRONTEND: noninteractive
UPX_CMAKE_BUILD_FLAGS: --verbose
# 2023-06-27
ZIG_DIST_VERSION: 0.11.0-dev.3859+88284c124
# 2023-06-29
ZIG_DIST_VERSION: 0.11.0-dev.3886+0c1bfe271
jobs:
job-rebuild-and-verify-stubs:
@@ -144,6 +144,7 @@ jobs:
run: |
# testsuite needs working "readlink -en" and "sha256sum"
if ! test -e /usr/local/opt/coreutils/libexec/gnubin/readlink; then
echo "===== brew leaves:"; brew leaves; echo "===== brew list:"; brew list
brew update
brew install coreutils
fi