Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Attempt to fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Oct 22, 2021
1 parent ae939bc commit bc142f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- { os: windows-2019, ghc: 9.0.1, ext: .exe }
runs-on: ${{ matrix.os }}
steps:

# https://github.com/haskell/actions/issues/36
- if: matrix.os == 'windows-2019'
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV

- uses: actions/checkout@v2

Expand Down

0 comments on commit bc142f4

Please sign in to comment.