Skip to content

Commit 914433c

Browse files
committed
Switch to released install.ps1
1 parent 3fec75c commit 914433c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Download install.ps1
2222
run: |
2323
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
24-
(New-Object System.Net.WebClient).DownloadFile("https://raw.githubusercontent.com/kit-ty-kate/opam/windows-installer.debug/shell/install.ps1", ".\install.ps1")
24+
(New-Object System.Net.WebClient).DownloadFile("https://raw.githubusercontent.com/ocaml/opam/master/shell/install.ps1", ".\install.ps1")
2525
2626
- name: Restore opam cache
2727
id: cache-opam

0 commit comments

Comments
 (0)