mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
remove opam dependencies, broken currently
This commit is contained in:
parent
19e3dc9b44
commit
fdb7c0f4b0
1 changed files with 0 additions and 33 deletions
33
.github/workflows/opam-dependencies.yml
vendored
33
.github/workflows/opam-dependencies.yml
vendored
|
|
@ -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
|
|
||||||
Loading…
Add table
Reference in a new issue