mirror of
https://github.com/janet-lang/janet
synced 2025-01-20 12:22:50 +00:00
Change directory before running make ...
This commit is contained in:
parent
2fc77a1b63
commit
e9deec8231
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -99,4 +99,4 @@ jobs:
|
|||||||
- name: Do Qemu build and test
|
- name: Do Qemu build and test
|
||||||
run: |
|
run: |
|
||||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user