Skip to content

Commit c09c1ef

Browse files
committed
GHA aarch64: checkout after installing node.js
[ci skip]
1 parent a52c2b7 commit c09c1ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,6 @@ jobs:
143143

144144
steps:
145145

146-
- name: Checkout
147-
uses: actions/checkout@v4
148-
with:
149-
fetch-depth: 10
150-
151146
- name: Install build tools
152147
run: |
153148
apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file
@@ -156,6 +151,11 @@ jobs:
156151
apk add --allow-untrusted nfpm*.apk
157152
rm nfpm*.apk
158153
154+
- name: Checkout
155+
uses: actions/checkout@v4
156+
with:
157+
fetch-depth: 10
158+
159159
- name: Build rig
160160
run: |
161161
. "$HOME/.cargo/env"

0 commit comments

Comments
 (0)