We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb2a11a + d66a862 commit 4a251f6Copy full SHA for 4a251f6
.github/workflows/workflow.yml
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/checkout@v4
82
83
- name: Set-up OCaml
84
- uses: ocaml/setup-ocaml@v3.0.0-beta
+ uses: ocaml/setup-ocaml@v3.0.0-beta1
85
with:
86
ocaml-compiler: ${{ matrix.ocaml-compiler }}
87
opam-local-packages: ${{ matrix.local-packages }}
@@ -116,10 +116,10 @@ jobs:
116
117
118
119
120
121
ocaml-compiler: "5.2"
122
allow-prerelease-opam: true
123
dune-cache: true
124
125
- - uses: ocaml/setup-ocaml/lint-opam@v3.0.0-beta
+ - uses: ocaml/setup-ocaml/lint-opam@v3.0.0-beta1
0 commit comments