Skip to content

Commit

Permalink
s390x_qemu_big_endian_tests.yml: s/run run/run/
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm authored and AJenbo committed Feb 5, 2024
1 parent 322c627 commit 552ec92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s390x_qemu_big_endian_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Run tests
run: >
docker run run --platform linux/s390x --rm --interactive --mount type=bind,source=$(pwd),target=/host s390x/alpine sh -c
docker run --platform linux/s390x --rm --interactive --mount type=bind,source=$(pwd),target=/host s390x/alpine sh -c
"
apk add --update-cache g++ ninja cmake ccache sdl2-dev sdl2_image-dev fmt-dev libpng-dev jpeg-dev bzip2-dev gtest-dev wget &&
cd /host &&
Expand Down

0 comments on commit 552ec92

Please sign in to comment.