You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some issues with permissions and artifact upload. I found that sudo chmod -R a=u . - which copies all permissions from user to group and other - works better for me than the recommended sudo chown -R coq:coq . (See ReadMe). It also has the advantage that one doesn't need to undo it later.
I would consider changing the documentation here.
The text was updated successfully, but these errors were encountered:
I had some issues with permissions and artifact upload. I found that
sudo chmod -R a=u .
- which copies all permissions from user to group and other - works better for me than the recommendedsudo chown -R coq:coq .
(See ReadMe). It also has the advantage that one doesn't need to undo it later.I would consider changing the documentation here.
The text was updated successfully, but these errors were encountered: