summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-28 19:25:51 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-28 19:25:51 +0700
commit063d0c06c98bdeef743d64ee7b4d4fce73f59d87 (patch)
tree68c513e4fc1ce7bf1ef32b24026217bed7d638cc /.github
parent2a786791bf463513264d17c72ca6d879fdb50085 (diff)
downloadlibgd-063d0c06c98bdeef743d64ee7b4d4fce73f59d87.tar.gz
let debug that tmp...
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_windows.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml
index 7df6f12..76d105d 100644
--- a/.github/workflows/ci_windows.yml
+++ b/.github/workflows/ci_windows.yml
@@ -25,9 +25,6 @@ jobs:
defaults:
run:
shell: cmd
- env:
- TMP: ${{runner.temp}}
- TEMP: ${{runner.temp}}
steps:
- name: Check Tmp
@@ -66,6 +63,8 @@ jobs:
run: |
echo ${{runner.temp}}
+ set TMP=${{runner.temp}}
+ set TEMP=${{runner.temp}}
echo %TMP%
echo %TEMP%
set CTEST_OUTPUT_ON_FAILURE=1