all: CI and misc updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user