Skip to content

Commit 014757b

Browse files
Merge pull request #252 from arnoudvanderleer/fix-ci
Fix the chown issue
2 parents 682f2f8 + a5f0094 commit 014757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-typetheory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
ocaml_version: ${{ matrix.ocaml-version }}
5959
custom_script: |
6060
startGroup "Workaround permission issue"
61-
sudo chown -R coq:coq .
61+
sudo chown -R coq:coq . || sudo chown -R rocq:rocq .
6262
endGroup
6363
6464
startGroup "Print versions"

0 commit comments

Comments
 (0)