Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
GHA aarch64: checkout after installing node.js
[ci skip]
  • Loading branch information
gaborcsardi committed Sep 23, 2024
commit c09c1ef940ae658efb94fe29c41e45897042c870
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ jobs:

steps:

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 10

- name: Install build tools
run: |
apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file
Expand All @@ -156,6 +151,11 @@ jobs:
apk add --allow-untrusted nfpm*.apk
rm nfpm*.apk

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 10

- name: Build rig
run: |
. "$HOME/.cargo/env"
Expand Down