Skip to content

Commit

Permalink
this should work, yet be slow
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed May 22, 2020
1 parent 7b95617 commit 4f336aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: choco install -fy cabal --version 3.2.0.0
- name: Install GHC
run: |
choco uninstall -y ghc
choco install -y --ignore-dependencies --install-directory=C:\ghc ghc --version 8.6.5
- name: Set PATH
run: |
Expand Down
1 change: 1 addition & 0 deletions boot/ci-windows.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: choco install -fy cabal --version 3.2.0.0
- name: Install GHC
run: |
choco uninstall -y ghc
choco install -y --ignore-dependencies --install-directory=C:\ghc ghc --version {{ job.version }}
- name: Set PATH
run: |
Expand Down

0 comments on commit 4f336aa

Please sign in to comment.