summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-28 18:41:30 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-28 18:41:30 +0700
commit56969147fd5a1984bcda51b6035aa9e2da7bea65 (patch)
treef4bcbbd60e08a4849c2f98c58d2c17d7b53a59e8 /.github
parent3ee106e35266fbbbd52e850666a6ba87e569d46c (diff)
downloadlibgd-56969147fd5a1984bcda51b6035aa9e2da7bea65.tar.gz
attempt to fix temp dir
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_windows.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml
index c2d0d90..105df08 100644
--- a/.github/workflows/ci_windows.yml
+++ b/.github/workflows/ci_windows.yml
@@ -55,10 +55,9 @@ jobs:
- name: Tests
working-directory: ${{github.workspace}}/build
- # Execute tests defined by the CMake configuration.
- # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
+
run: |
- $Env:PATH="${{github.workspace}}\vcpkgusr\${{ matrix.arch }}-windows\bin;$ENV:PATH"
- $Env:TMP="${{runner.temp}}"
+ $Env:TMP=$Env:TMPUSERPROFILE%\AppData\Local\Temp
+ $Env:TEMP=$Env:TMPUSERPROFILE%\AppData\Local\Temp
$Env:CTEST_OUTPUT_ON_FAILURE=1
nmake test