Skip to content

Commit eaece87

Browse files
committed
ci: use bookworm for Linux Arm + apk update
1 parent d8912ee commit eaece87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- os: ubuntu-24.04
6161
node_arch: arm64
6262
cpp_arch: amd64_arm64
63-
distro: bullseye
63+
distro: bookworm
6464
native: false
6565

6666
# Musl Alpine Arm
@@ -178,6 +178,7 @@ jobs:
178178
env: |
179179
VCPKG_FORCE_SYSTEM_BINARIES: 1
180180
install: |
181+
set -x
181182
case "${{ matrix.distro }}" in
182183
ubuntu*|jessie|stretch|buster|bullseye)
183184
apt-get update -q -y
@@ -225,6 +226,7 @@ jobs:
225226
nodejs
226227
;;
227228
alpine*)
229+
apk update
228230
apk add --no-cache \
229231
bash \
230232
build-base \

0 commit comments

Comments
 (0)