Skip to content

Commit

Permalink
Try and fix ci again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Jun 23, 2023
1 parent e224280 commit b2dd5f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,18 @@ jobs:
- name: Setup ocaml/opam
uses: avsm/setup-ocaml@v2
with:
# disabling the automatic opam pin because this forces the
# installation of dependencies, and in some cases (e.g. windows,
# see later actions) we need to do some other things (such as
# adding repos) before installing dependencies.
opam-pin: false
ocaml-compiler: ${{ matrix.ocaml-version }}
# Debug
- name: Debugging
run: opam switch list-available
if: always ()
# If on windows: add the official repo as a second repo.
# THis is ebcause the current setup-ocaml will set the
# This is ebcause the current setup-ocaml will set the
# opam-repository-mingw as the repo, and it has not been
# updated since august 2021. Still, since it contains fixes
# specific to windows for some packages, it's useful to have,
Expand Down

0 comments on commit b2dd5f0

Please sign in to comment.