Skip to content

Commit a52c2b7

Browse files
committed
GHA aarch64: try newer 3.18, preinstall node 20
Maybe node.js actions work with this.... [ci skip]
1 parent d247dbc commit a52c2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
if: ${{ github.event.inputs.inplinuxaarch64 == '' || github.event.inputs.inplinuxaarch64 == 'yes' }}
137137
runs-on: [linux-arm64]
138138
container:
139-
image: "alpine:3.15"
139+
image: "alpine:3.18"
140140
name: Linux build aaarch
141141
env:
142142
RUST_BACKTRACE: 1
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Install build tools
152152
run: |
153-
apk add curl linux-headers bash gcc musl-dev g++ pkgconf make file
153+
apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file
154154
cd && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rust.sh && sh rust.sh -y
155155
curl -LO https://github.com/goreleaser/nfpm/releases/download/v2.32.0/nfpm_2.32.0_$(arch).apk
156156
apk add --allow-untrusted nfpm*.apk

0 commit comments

Comments
 (0)