diff options
| author | 2024-09-06 18:29:36 -0500 | |
|---|---|---|
| committer | 2024-09-06 18:29:36 -0500 | |
| commit | 442fe8209dcbc5663eb5e198d6fca42d15b50195 (patch) | |
| tree | ea098b9779406a9d5b4d5edd00f215caeaea6da6 /.github | |
| parent | Follow github directions for qemu multiarch. (diff) | |
Non interative run for qemu
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9193159..328d4755 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,4 +99,4 @@ jobs: - name: Do Qemu build and test run: | docker run --rm --privileged multiarch/qemu-user-static:register --reset - docker run --rm -v .:/janet -it s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && make -j3 && make test" + docker run --rm -v .:/janet s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && make -j3 && make test" |
