Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 14, 2023
1 parent 2a8d23b commit 2fd3fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
dune-cache: true
allow-prerelease-opam: true

# needed for depext to work
- run: sudo apt-get update
Expand All @@ -37,6 +35,8 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-depext-flags: --with-test
dune-cache: true
allow-prerelease-opam: true

- run: |
opam pin ocaml-protoc 3.0.1 -y -n
Expand Down

0 comments on commit 2fd3fac

Please sign in to comment.