Skip to content

Commit c62aa2a

Browse files
committed
wip
1 parent 7557f11 commit c62aa2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/validate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ jobs:
102102
rm -rf ~/.config/cabal
103103
rm -rf ~/.cache/cabal
104104
105+
# Ensures that the temp folder is in the same drive as the working folder in Windows,
106+
# because RenameFileEx cannot move data between drives.
107+
- name: Setup TMP environment variable
108+
run: |
109+
echo "TMP=${{ runner.temp }}" >> "$GITHUB_ENV"
110+
105111
- uses: actions/checkout@v4
106112

107113
# See https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#hackage-revisions

0 commit comments

Comments
 (0)