diff options
| author | 2024-09-06 18:35:50 -0500 | |
|---|---|---|
| committer | 2024-09-06 18:35:50 -0500 | |
| commit | e9deec8231c0d1f99a8f1615b6cefdd493da4411 (patch) | |
| tree | 7ded20e51f6104ea31c043316cb0fac8675df2fd /.github | |
| parent | Tweak argumnets. (diff) | |
Change directory before running make ...s390x-workflow
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 e8f932f1..68afc1ce 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 --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" + docker run --rm -v .:/janet s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && cd /janet && make -j3 && make test" |
