Skip to content

Commit 7f45d11

Browse files
authored
ci: update nix action (#888)
* ci: update nix action * fix
1 parent 5ff3bf7 commit 7f45d11

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ concurrency:
1212
jobs:
1313
tests:
1414
runs-on: ubuntu-latest
15-
strategy:
16-
matrix:
17-
ocamlVersion: [5_2]
1815
steps:
1916
- uses: actions/checkout@v4
20-
- uses: cachix/install-nix-action@v27
17+
- uses: cachix/install-nix-action@v31
2118
with:
2219
extra_nix_config: |
2320
extra-substituters = https://anmonteiro.nix-cache.workers.dev

0 commit comments

Comments
 (0)