Skip to content

Commit a5f0094

Browse files
Fix the chown issue
1 parent 682f2f8 commit a5f0094

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)