Skip to content

Commit ffb171d

Browse files
committed
fixup: quick update, squash later
1 parent da1ef83 commit ffb171d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .github/workflows/arm.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ 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+
bash -c
35+
"
36+
apt-get install -y make
37+
"
3638
# - run: s
3739
# - uses: actions/checkout@v3
3840
# with:

0 commit comments

Comments
 (0)