Skip to content

Commit

Permalink
update flakes (#66)
Browse files Browse the repository at this point in the history
* update flakes

* test 5.2

* cancel in progress
  • Loading branch information
anmonteiro authored Aug 1, 2024
1 parent a3bdce5 commit a3db363
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ on:
push:
branches:
- master
- fork

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
ocamlVersion: [4_14, 5_0, 5_1]
ocamlVersion: [4_14, 5_1, 5_2]
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
14 changes: 7 additions & 7 deletions flake.lock

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

0 comments on commit a3db363

Please sign in to comment.