diff options
| author | 2024-09-06 18:28:00 -0500 | |
|---|---|---|
| committer | 2024-09-06 18:28:00 -0500 | |
| commit | 968a0dc4ac27e2511ed8c823a88f4e71183ebf40 (patch) | |
| tree | 720c7a9c252a9964c8edf9bc87274cf25b9d506f /.github | |
| parent | Try using just scripts for testing. (diff) | |
Follow github directions for qemu multiarch.
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 cc7c04f4..d9193159 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 --reset -p yes + 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" |
