Skip to content

Commit 0e2de69

Browse files
committed
Trying to fix docker build
Signed-off-by: Kakadu <[email protected]>
1 parent 8a9132e commit 0e2de69

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,31 @@ on:
66
- 'i686-cross'
77

88
env:
9+
OPAMROOT: /home/user/.opam
910
OPAMCONFIRMLEVEL: unsafe-yes
1011

1112
jobs:
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-
uses: styfle/[email protected]
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

0 commit comments

Comments
 (0)