diff options
| author | ruki <[email protected]> | 2020-09-13 09:44:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-13 09:45:16 +0800 |
| commit | 4ccfb91fcad1422ca5bf0dd9630a69e1e5eddc1d (patch) | |
| tree | b9165c50ee968a8cda287a0987e0f97b7445e6f5 /.github/workflows/ubuntu_arm.yml | |
| parent | 366e7fcdcb21c1e1dc53c8d52176289be93e34b9 (diff) | |
fix ci and add_configfiles
Diffstat (limited to '.github/workflows/ubuntu_arm.yml')
| -rw-r--r-- | .github/workflows/ubuntu_arm.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu_arm.yml b/.github/workflows/ubuntu_arm.yml index 6c20faf1c..29d7bad9c 100644 --- a/.github/workflows/ubuntu_arm.yml +++ b/.github/workflows/ubuntu_arm.yml @@ -27,6 +27,7 @@ jobs: ./scripts/get.sh __local__ && source ~/.xmake/profile && export XMAKE_ROOT=y && + export XMAKE_TMPDIR=/tmp && xmake lua -v -D tests/run.lua" - uses: docker://multiarch/ubuntu-core:arm64-bionic @@ -39,4 +40,5 @@ jobs: ./scripts/get.sh __local__ && source ~/.xmake/profile && export XMAKE_ROOT=y && + export XMAKE_TMPDIR=/tmp && xmake lua -v -D tests/run.lua" |
