Skip to content

Commit

Permalink
Update OCaml default version
Browse files Browse the repository at this point in the history
  • Loading branch information
kxc-wraikny authored Nov 22, 2023
1 parent 6422369 commit 85ac662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ocaml-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
mv .buildx-cache-new .buildx-cache
- name: Store Docker Layers Cache
if: ${{ matrix.ocaml-version == '4.13.1' && matrix.node-version == 'iron' }}
if: ${{ matrix.ocaml-version == '5.1.0' && matrix.node-version == 'iron' }}
uses: actions/cache/save@v3
with:
path: ${{ env.CACHE_DIR }}
Expand Down

0 comments on commit 85ac662

Please sign in to comment.