File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
strategy :
11
11
matrix :
12
- ocamlVersion : [4_07, 4_08, 4_09, 4_10]
12
+ ocamlVersion : [4_08, 4_09, 4_10]
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - uses : cachix/install-nix-action@v7
15
+ - uses : cachix/install-nix-action@v8
16
16
- uses : cachix/cachix-action@v5
17
17
with :
18
18
name : anmonteiro
Original file line number Diff line number Diff line change 1
- { ocamlVersion ? "4_09 " } :
1
+ { ocamlVersion ? "4_10 " } :
2
2
3
3
let
4
4
overlays = builtins . fetchTarball {
5
- url = https://github.com/anmonteiro/nix-overlays/archive/f8221f0 .tar.gz ;
6
- sha256 = "098rpjbykp7ffhs62mgxlk7349l665xh1w1m8ldj6rjb690cc945 " ;
5
+ url = https://github.com/anmonteiro/nix-overlays/archive/9ebb27af .tar.gz ;
6
+ sha256 = "0qlq4g96scz1lqsiyprkggjnzhxga07csqjc75ax1j1kk1ich34i " ;
7
7
} ;
8
8
9
9
in
You can’t perform that action at this time.
0 commit comments