diff options
Diffstat (limited to '.github/workflows/debian_mips.yml')
| -rw-r--r-- | .github/workflows/debian_mips.yml | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/.github/workflows/debian_mips.yml b/.github/workflows/debian_mips.yml index ed1700c4b..236de6f33 100644 --- a/.github/workflows/debian_mips.yml +++ b/.github/workflows/debian_mips.yml @@ -17,30 +17,6 @@ jobs: - run: | docker run --rm --privileged multiarch/qemu-user-static:register --reset - - uses: docker://multiarch/debian-debootstrap:mips-stretch - with: - args: > - bash -c - "uname -a && - apt update && - cd /github/workspace && - ./scripts/get.sh __local__ && - source ~/.xmake/profile && - export XMAKE_ROOT=y && - xmake lua -v -D tests/run.lua" - - - uses: docker://multiarch/debian-debootstrap:mipsel-stretch - with: - args: > - bash -c - "uname -a && - apt update && - cd /github/workspace && - ./scripts/get.sh __local__ && - source ~/.xmake/profile && - export XMAKE_ROOT=y && - xmake lua -v -D tests/run.lua" - - uses: docker://multiarch/debian-debootstrap:mips64el-stretch with: args: > @@ -51,4 +27,5 @@ jobs: ./scripts/get.sh __local__ && source ~/.xmake/profile && export XMAKE_ROOT=y && + export XMAKE_TMPDIR=/tmp && xmake lua -v -D tests/run.lua" |
