Skip to content

Commit 7b0d97a

Browse files
committed
chore: cosmetic changes
Signed-off-by: Marco Nenciarini <[email protected]>
1 parent a640ee7 commit 7b0d97a

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ jobs:
2626
echo "-------------Disk info after cleanup----------------"
2727
df -h
2828
echo "-----------------------------------------------------"
29-
- uses: docker/setup-qemu-action@v3
3029
- name: Checkout
3130
uses: actions/checkout@v4
3231
# We need the full history for the commitlint task
3332
with:
3433
fetch-depth: 0
3534
ref: ${{ github.event.pull_request.head.sha }}
35+
- name: Install QEMU static binaries
36+
uses: docker/setup-qemu-action@v3
3637
- name: Install Task
3738
uses: arduino/setup-task@v2
3839
- name: Install Dagger

.github/workflows/release-please.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ jobs:
1212
# TODO: googleapis/release-please-action cannot sign commits yet.
1313
# We'll use the cli until there's a fix for
1414
# https://github.com/googleapis/release-please/issues/2280.
15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: 20
18-
- uses: docker/setup-qemu-action@v3
1915
- name: Checkout
2016
uses: actions/checkout@v4
17+
- name: Install node
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: 20
21+
- name: Install QEMU static binaries
22+
uses: docker/setup-qemu-action@v3
2123
- name: Install Task
2224
uses: arduino/setup-task@v2
2325
- name: Install Dagger

.github/workflows/release-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ jobs:
77
release-publish-artifacts:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: docker/setup-qemu-action@v3
1110
- name: Checkout
1211
uses: actions/checkout@v4
12+
- name: Install QEMU static binaries
13+
uses: docker/setup-qemu-action@v3
1314
- name: Install Task
1415
uses: arduino/setup-task@v2
1516
- name: Install Dagger

0 commit comments

Comments
 (0)