Skip to content

Commit 8a9bf35

Browse files
authored
nightly tests are failing due to a bug upstream (#1346)
which is presumabely fixed but is only available in the master and is not released. We will start with the master branch and if it will break stick to the last working sha.
1 parent 6f967a6 commit 8a9bf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Use OCaml ${{ matrix.ocaml-compiler }}
26-
uses: ocaml/setup-ocaml@v2
26+
uses: ocaml/setup-ocaml@master
2727
with:
2828
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2929
dune-cache: true

0 commit comments

Comments
 (0)