We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8912ee commit eaece87Copy full SHA for eaece87
.github/workflows/CI.yml
@@ -60,7 +60,7 @@ jobs:
60
- os: ubuntu-24.04
61
node_arch: arm64
62
cpp_arch: amd64_arm64
63
- distro: bullseye
+ distro: bookworm
64
native: false
65
66
# Musl Alpine Arm
@@ -178,6 +178,7 @@ jobs:
178
env: |
179
VCPKG_FORCE_SYSTEM_BINARIES: 1
180
install: |
181
+ set -x
182
case "${{ matrix.distro }}" in
183
ubuntu*|jessie|stretch|buster|bullseye)
184
apt-get update -q -y
@@ -225,6 +226,7 @@ jobs:
225
226
nodejs
227
;;
228
alpine*)
229
+ apk update
230
apk add --no-cache \
231
bash \
232
build-base \
0 commit comments