We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent 36ad305 commit cec2b03Copy full SHA for cec2b03
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
name: EasyCrypt compilation (opam)
17
runs-on: ubuntu-24.04
18
container:
19
- image: ghcr.io/easycrypt/ec-build-box
+ image: ghcr.io/easycrypt/ec-build-box:main
20
steps:
21
- uses: actions/checkout@v4
22
- name: Install EasyCrypt dependencies
@@ -52,7 +52,7 @@ jobs:
52
needs: compile-opam
53
54
55
56
strategy:
57
fail-fast: false
58
matrix:
@@ -101,7 +101,7 @@ jobs:
101
needs: [compile-opam, fetch-external-matrix]
102
103
104
105
106
107
0 commit comments