Skip to content

Commit b707afa

Browse files
committed
Fix ci-windows.template.yml
1 parent c5d4b7c commit b707afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/ci-windows.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Cabal
3838
run: choco install -y cabal --version 3.0.0.0
3939
- name: Install GHC
40-
run: choco install -y ghc --version 8.6.5
40+
run: choco install -y ghc --version {{ job.version }}
4141
- name: Set PATH
4242
run: |
4343
[Environment]::GetEnvironmentVariable("Path")

0 commit comments

Comments
 (0)