Skip to content

Commit

Permalink
appveyor: update to OCaml 4.08
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <[email protected]>
  • Loading branch information
djs55 committed Jan 16, 2022
1 parent 087de0f commit d03a6fd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ platform:
- x86

environment:
FORK_USER: ocaml
FORK_BRANCH: master
PINS: "protocol-9p:. protocol-9p-tool:. protocol-9p-unix:."
PACKAGE: protocol-9p-unix
CYG_ROOT: C:\cygwin64
global:
FORK_USER: ocaml
FORK_BRANCH: master
CYG_ROOT: C:\cygwin64
PINS: "protocol-9p:. protocol-9p-tool:. protocol-9p-unix:."
PACKAGE: protocol-9p-unix
OPAM_SWITCH: 4.08.0+mingw64c

install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/$env:FORK_USER/ocaml-ci-scripts/$env:FORK_BRANCH/appveyor-install.ps1"))
Expand Down

0 comments on commit d03a6fd

Please sign in to comment.