Skip to content

Commit e4b1dfe

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

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: .github/workflows/arm.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -30,12 +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-
bash -c
35-
"
36-
apt-get update -y
37-
apt-get install -y make
38-
"
33+
args:
34+
- 'apt-get update -y'
35+
- 'apt-get install -y make'
3936
# - run: s
4037
# - uses: actions/checkout@v3
4138
# with:

0 commit comments

Comments
 (0)