Skip to content

Commit 1b09d9a

Browse files
committed
fixup: quick update, squash later
1 parent e4b1dfe commit 1b09d9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/arm.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
3131
- uses: docker://multiarch/ubuntu-core:s390x-focal
3232
with:
33-
args:
34-
- 'apt-get update -y'
35-
- 'apt-get install -y make'
33+
args: |
34+
- "apt-get update -y"
35+
- "apt-get install -y make"
3636
# - run: s
3737
# - uses: actions/checkout@v3
3838
# with:

0 commit comments

Comments
 (0)