summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}}