Skip to content

Commit 3c6589d

Browse files
committed
wip fix CI
1 parent f24d5fc commit 3c6589d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
ocaml_version: ${{ env.ocaml_version }}
4040
before_install: |
4141
startGroup "Print opam config"
42-
sudo chown -R coq:coq .
42+
sudo chown -R rocq:rocq .
4343
opam config list; opam repo list; opam list
4444
endGroup
4545
before_script: |
4646
startGroup "Workaround permission issue"
47-
sudo chown -R coq:coq . # <--
47+
sudo chown -R rocq:rocq . # <--
4848
opam exec -- ocamlfind list
4949
endGroup
5050
script: |

0 commit comments

Comments
 (0)