Skip to content

Commit

Permalink
Switch to released install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jul 17, 2024
1 parent ec150cf commit 5aa017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Download install.ps1
run: |
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
(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")
- name: Restore opam cache
id: cache-opam
Expand Down

0 comments on commit 5aa017e

Please sign in to comment.