From 9aae9f3addbca7f8cb2f8c6f1e0739b5982f9c53 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 2 Nov 2024 15:11:20 -0500 Subject: [PATCH] Check if -t option helps. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c74e4c7..65a33782 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -132,4 +132,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 && cd /janet && make -j3 && make test" + docker run --rm -v .:/janet -t s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && cd /janet && make -j3 && make test"