Skip to content

Commit ab35511

Browse files
committed
attempts to fix the nightly and weekly tests
as per a workaround suggested in ocaml/setup-ocaml#678
1 parent d8c5ced commit ab35511

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3838
dune-cache: ${{ matrix.os != 'macos-11' }}
39+
opam-pin: false
3940
opam-disable-sandboxing: true
4041
opam-repositories: |
4142
default: git+https://github.com/ocaml/opam-repository.git

.github/workflows/weekly-regress.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2727
dune-cache: true
28+
opam-pin: false
2829

2930
- name: Install System Dependencies
3031
run: opam depext -y bap

0 commit comments

Comments
 (0)