From 5208883e308036c543dfae4161cd3551f5aadcd3 Mon Sep 17 00:00:00 2001 From: hhugo Date: Tue, 2 Jul 2024 07:36:19 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sora Morimoto --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa05455..425a3b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,12 +29,11 @@ jobs: uses: actions/checkout@v4 - name: Set-up OCaml ${{ matrix.ocaml-compiler }} - uses: ocaml/setup-ocaml@v3.0.0-beta + uses: ocaml/setup-ocaml@v3 with: ocaml-compiler: ${{ matrix.ocaml-compiler }} - allow-prerelease-opam: true - - run: opam install -v . --with-test --deps-only + - run: opam install . --with-test --deps-only - name: configure tree run: opam exec -- sh ./configure