File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v2
18
18
19
19
- name : Install OCaml
20
- uses : avsm /setup-ocaml@v1
20
+ uses : ocaml /setup-ocaml@v2
21
21
with :
22
- ocaml-version : 4.08.1
22
+ ocaml-compiler : 4.08.1
23
23
24
24
- name : Add the testing Repository
25
25
run : opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@v2
29
29
30
30
- name : Use OCaml ${{ matrix.ocaml-version }}
31
- uses : avsm /setup-ocaml@v1
31
+ uses : ocaml /setup-ocaml@v2
32
32
with :
33
- ocaml-version : ${{ matrix.ocaml-version }}
33
+ ocaml-compiler : ${{ matrix.ocaml-version }}
34
34
35
35
- name : Add the testing Repository
36
36
run : opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Use OCaml ${{ matrix.ocaml-version }}
21
- uses : avsm /setup-ocaml@v1
21
+ uses : ocaml /setup-ocaml@v2
22
22
with :
23
- ocaml-version : ${{ matrix.ocaml-version }}
23
+ ocaml-compiler : ${{ matrix.ocaml-version }}
24
24
25
25
- name : Add the testing Repository
26
26
run : opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@v2
17
17
18
18
- name : Setup OCaml
19
- uses : avsm /setup-ocaml@v1
19
+ uses : ocaml /setup-ocaml@v2
20
20
with :
21
- ocaml-version : 4.08.1
21
+ ocaml-compile : 4.08.1
22
22
23
23
- name : Check the Style
24
24
run : opam install -y ocp-indent && opam exec -- make check-style
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Use OCaml ${{ matrix.ocaml-version }}
25
- uses : avsm /setup-ocaml@v1
25
+ uses : ocaml /setup-ocaml@v2
26
26
with :
27
- ocaml-version : ${{ matrix.ocaml-version }}
27
+ ocaml-compiler : ${{ matrix.ocaml-version }}
28
28
29
29
- name : Configure Homebrew
30
30
if : matrix.os == 'macos-latest'
Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v2
20
20
21
21
- name : Install OCaml
22
- uses : avsm /setup-ocaml@v1
22
+ uses : ocaml /setup-ocaml@v2
23
23
with :
24
- ocaml-version : 4.11.1+flambda
24
+ ocaml-compiler : 4.11.1+flambda
25
25
26
26
- name : Add the testing Repository
27
27
run : opam repo add bap git://github.com/BinaryAnalysisPlatform/opam-repository#testing
Original file line number Diff line number Diff line change 22
22
steps :
23
23
24
24
- name : Use OCaml ${{ matrix.ocaml-version }}
25
- uses : avsm /setup-ocaml@v1
25
+ uses : ocaml /setup-ocaml@v2
26
26
with :
27
- ocaml-version : ${{ matrix.ocaml-version }}
27
+ ocaml-compiler : ${{ matrix.ocaml-version }}
28
28
29
29
- name : Install System Dependencies
30
30
run : opam depext -y bap
You can’t perform that action at this time.
0 commit comments