From fdb7c0f4b0e2df122a833b1a2fdda74b98f1df1c Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 26 Nov 2023 23:31:08 -0500 Subject: [PATCH] remove opam dependencies, broken currently --- .github/workflows/opam-dependencies.yml | 33 ------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/opam-dependencies.yml diff --git a/.github/workflows/opam-dependencies.yml b/.github/workflows/opam-dependencies.yml deleted file mode 100644 index ecc3a239..00000000 --- a/.github/workflows/opam-dependencies.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Opam Dependencies - -on: - pull_request: - push: - #schedule: - # Prime the caches every Monday - #- cron: 0 1 * * MON - -jobs: - build: - strategy: - fail-fast: false - matrix: - os: - - ubuntu-latest - ocaml-compiler: - - 4.14.x - - runs-on: ${{ matrix.os }} - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Set-up OCaml - uses: ocaml/setup-ocaml@analysis - with: - ocaml-compiler: "5.0" - allow-prelease-opam: true - - - name: Do the analysis - uses: ocaml/setup-ocaml/analysis@analysis