Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Sep 17, 2024
1 parent 7557f11 commit c62aa2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:
rm -rf ~/.config/cabal
rm -rf ~/.cache/cabal
# Ensures that the temp folder is in the same drive as the working folder in Windows,
# because RenameFileEx cannot move data between drives.
- name: Setup TMP environment variable
run: |
echo "TMP=${{ runner.temp }}" >> "$GITHUB_ENV"
- uses: actions/checkout@v4

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

0 comments on commit c62aa2a

Please sign in to comment.