File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 66 - ' i686-cross'
77
88env :
9+ OPAMROOT : /home/user/.opam
910 OPAMCONFIRMLEVEL : unsafe-yes
1011
1112jobs :
1213 build :
1314 runs-on : ubuntu-24.04
1415 container :
15- image : kakadu18/ocaml:lama
16- options : --user user
16+ image : kakadu18/ocaml:
17+
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.ref }}
20+ cancel-in-progress : true
1721
1822 steps :
1923 - run : opam --version
2024 - run : whoami
21-
2225 - run : opam exec -- ocamlopt --version
2326
24- - name : Cancel Previous Runs
25- 26- with :
27- access_token : ${{ github.token }}
28-
2927 - name : Checkout code
3028 uses : actions/checkout@v4
3129
3230 - run : |
3331 opam install . --depext-only --with-test --with-doc
3432 opam install . --deps-only --with-test --with-doc
3533
36-
3734 - name : List installed packages
3835 run : opam list
3936
You can’t perform that action at this time.
0 commit comments