We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feac350 commit bac304fCopy full SHA for bac304f
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
- mathcomp/mathcomp:2.2.0-coq-8.20
22
- mathcomp/mathcomp:2.3.0-coq-8.20
23
- mathcomp/mathcomp:2.4.0-coq-8.20
24
+ - mathcomp/mathcomp:2.4.0-rocq-prover-9.0
25
+ - mathcomp/mathcomp:2.4.0-rocq-prover-9.1
26
fail-fast: false
27
steps:
28
- uses: actions/checkout@v6
@@ -29,7 +31,7 @@ jobs:
29
31
custom_image: ${{ matrix.image }}
30
32
before_install: |
33
startGroup "Workaround permission issue"
- sudo chown -R coq:coq .
34
+ sudo chown -R 1000:1000 .
35
endGroup
36
- name: Revert permissions
37
if: ${{ always() }}
0 commit comments