Skip to content

Commit

Permalink
poke CI (#157)
Browse files Browse the repository at this point in the history
* poke CI

* setup ocaml v3

* add 5.1 / 5.2
  • Loading branch information
anmonteiro authored Sep 4, 2024
1 parent 05a3e8e commit fedaeef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- {ocaml-version: '4.05', runtest: false}
- {ocaml-version: '4.09', runtest: true}
- {ocaml-version: '4.14', runtest: true}
- {ocaml-version: '5.0', runtest: true}
- {ocaml-version: '5.1', runtest: true}
- {ocaml-version: '5.2', runtest: true}
steps:
- uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v2
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.setup.ocaml-version }}
- name: Setup opam
Expand All @@ -48,11 +49,12 @@ jobs:
- {ocamlVersion: 4_12, os: ubuntu-latest}
- {ocamlVersion: 4_13, os: ubuntu-latest}
- {ocamlVersion: 4_14, os: ubuntu-latest}
- {ocamlVersion: 5_0, os: ubuntu-latest}
- {ocamlVersion: 5_0, os: macos-latest}
- {ocamlVersion: 5_1, os: ubuntu-latest}
- {ocamlVersion: 5_2, os: ubuntu-latest}
- {ocamlVersion: 5_2, os: macos-latest}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
extra-substituters = https://anmonteiro.nix-cache.workers.dev
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fedaeef

Please sign in to comment.