Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed May 22, 2020
1 parent 4f336aa commit ee7b498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install GHC
run: |
choco uninstall -y ghc
choco install -y --ignore-dependencies --install-directory=C:\ghc ghc --version 8.6.5
choco install -y --ignore-dependencies ghc --version 8.6.5
- name: Set PATH
run: |
[Environment]::GetEnvironmentVariable("Path")
Expand Down
2 changes: 1 addition & 1 deletion boot/ci-windows.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install GHC
run: |
choco uninstall -y ghc
choco install -y --ignore-dependencies --install-directory=C:\ghc ghc --version {{ job.version }}
choco install -y --ignore-dependencies ghc --version {{ job.version }}
- name: Set PATH
run: |
[Environment]::GetEnvironmentVariable("Path")
Expand Down

0 comments on commit ee7b498

Please sign in to comment.