summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-28 11:51:18 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-28 11:51:18 +0700
commit49f3e0250ce2c984d2ce2583abaca63e6e3e42e9 (patch)
tree24220e0f555335839cb8ec4a6988a6eecfdd9581
parent0482d7a7e9392eb3cea5d1dab998886f5afdf11b (diff)
downloadlibgd-49f3e0250ce2c984d2ce2583abaca63e6e3e42e9.tar.gz
we need the TMP or TMPDIR env set and the path must exist
-rw-r--r--.github/workflows/ci_master_mingw.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci_master_mingw.yml b/.github/workflows/ci_master_mingw.yml
index 7e5b11e..50fc654 100644
--- a/.github/workflows/ci_master_mingw.yml
+++ b/.github/workflows/ci_master_mingw.yml
@@ -73,5 +73,7 @@ jobs:
- name: Run tests
working-directory: ${{github.workspace}}
run: |
+ mkdir tmp
+ export TMP=${{github.workspace}}\\tmp
export CTEST_OUTPUT_ON_FAILURE=1
ctest -C ${{env.BUILD_TYPE}}