Skip to content

Commit

Permalink
Merge pull request #48 from tmcgilchrist/patch-1
Browse files Browse the repository at this point in the history
Update setup-ocaml and cache GH Actions
  • Loading branch information
andersfugmann authored May 19, 2023
2 parents 5d51c5a + dd46599 commit d57a66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: avsm/setup-ocaml@v2
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down

0 comments on commit d57a66b

Please sign in to comment.