Skip to content

Commit

Permalink
fix: rocq/rocq-prover:dev does not contain user coq
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Feb 5, 2025
1 parent 6ab4757 commit 8dd5c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coq-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
endGroup
before_script: |
startGroup "Workaround permission issue"
sudo chown -R coq:coq .
sudo chown -R 1000:1000 .
endGroup
script: |
startGroup "Build project"
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
opam list
endGroup
startGroup "Workaround permission issue"
sudo chown -R coq:coq .
sudo chown -R 1000:1000 .
endGroup
startGroup "Build project"
coq_makefile -f _CoqProject -o Makefile
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
custom_image: ${{ matrix.image }}
before_script: |
startGroup "Workaround permission issue"
sudo chown -R coq:coq .
sudo chown -R 1000:1000 .
endGroup
script: |
startGroup "Build project"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ steps:
custom_image: ${{ matrix.image }}
before_script: |
startGroup "Workaround permission issue"
sudo chown -R coq:coq . # <--
sudo chown -R 1000:1000 . # <--
endGroup
script: |
startGroup "Build project"
Expand Down

0 comments on commit 8dd5c2e

Please sign in to comment.