aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-09-06 18:31:57 -0500
committerCalvin Rose <calsrose@gmail.com>2024-09-06 18:31:57 -0500
commit2fc77a1b6382d0ad2dcfaf4b121736d6cb01899f (patch)
treee87f27c975893fb3676e80b96f683f87a842034d /.github
parentNon interative run for qemu (diff)
Tweak argumnets.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 328d4755..e8f932f1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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"