From e4bd279403289558e52019bd19de522d874e9194 Mon Sep 17 00:00:00 2001 From: Kate Date: Sat, 1 Jan 2022 20:16:33 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf685367..5a415e13 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,9 @@ jobs: matrix: operating-system: [macos-latest, ubuntu-latest, windows-latest] ocaml-compiler: [ '4.04.0', '4.11.0' ] + env: + OPAMCLI: 2.1 + OPAMCONFIRMLEVEL: unsafe-yes steps: - uses: actions/checkout@master - uses: avsm/setup-ocaml@v2