We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fec75c commit 914433cCopy full SHA for 914433c
.github/workflows/windows.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Download install.ps1
22
run: |
23
[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")
+ (New-Object System.Net.WebClient).DownloadFile("https://raw.githubusercontent.com/ocaml/opam/master/shell/install.ps1", ".\install.ps1")
25
26
- name: Restore opam cache
27
id: cache-opam
0 commit comments