Skip to content

Commit

Permalink
Fix the chown issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudvanderleer committed Feb 15, 2025
1 parent 682f2f8 commit a5f0094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-typetheory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ocaml_version: ${{ matrix.ocaml-version }}
custom_script: |
startGroup "Workaround permission issue"
sudo chown -R coq:coq .
sudo chown -R coq:coq . || sudo chown -R rocq:rocq .
endGroup
startGroup "Print versions"
Expand Down

0 comments on commit a5f0094

Please sign in to comment.