1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-18 08:00:40 +00:00

Tweak argumnets.

This commit is contained in:
Calvin Rose 2024-09-06 18:31:57 -05:00
parent 442fe8209d
commit 2fc77a1b63

View File

@ -98,5 +98,5 @@ jobs:
uses: actions/checkout@master
- name: Do Qemu build and test
run: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker run --rm -v .:/janet s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && make -j3 && make test"