Skip to content

Commit

Permalink
upgrade ocaml-5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Jan 17, 2024
1 parent 5011765 commit 1228773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/actions/init_opam/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ description: |
runs:
using: composite
steps:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.1
- name: Init opam
run: |-
opam init --compiler=5.1.0 --disable-sandboxing -y
opam init --compiler=5.1.1 --disable-sandboxing -y
opam install menhir ppxlib -y
shell: bash
- name: OCaml Configuration Info
run: |
eval $(opam env) >> $GITHUB_ENV
ocamlopt.opt -config
shell: bash
shell: bash
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build and test
on:
push:
branches:
- main
pull_request:
jobs:
linux-build-and-test:
runs-on: 4-core-ubuntu
Expand Down

0 comments on commit 1228773

Please sign in to comment.