Skip to content

Commit 936ba3f

Browse files
committed
remove obsolete config
1 parent d58ff54 commit 936ba3f

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929

3030
- name: Use Dune Developer Preview
3131
uses: ocaml-dune/setup-dune@v0
32-
with:
33-
dune-cache: ${{ matrix.os != 'macos-latest' }}
34-
opam-repositories: |
35-
pin: git+https://github.com/ocaml/opam-repository#584630e7a7e27e3cf56158696a3fe94623a0cf4f
36-
opam-disable-sandboxing: true
3732

3833
- name: Install system dependencies (Linux)
3934
run: sudo apt update && sudo apt-get install libev-dev libonig-dev libcurl4-openssl-dev

.github/workflows/scrape.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626

2727
- name: Use Dune Developer Preview
2828
uses: ocaml-dune/setup-dune@v0
29-
with:
30-
ocaml-compiler: ${{ matrix.ocaml-compiler }}
31-
dune-cache: ${{ matrix.os != 'macos-latest' }}
32-
opam-repositories: |
33-
pin: git+https://github.com/ocaml/opam-repository#584630e7a7e27e3cf56158696a3fe94623a0cf4f
34-
opam-disable-sandboxing: true
3529

3630
- name: Install system dependencies
3731
run: sudo apt update && sudo apt-get install libev-dev libonig-dev libcurl4-openssl-dev

0 commit comments

Comments
 (0)