Skip to content

Commit

Permalink
fix: update permissions for chrome-sandbox in documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Dec 30, 2024
1 parent a98978b commit 95739f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
sudo apt-get -y install wget curl
curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep `dpkg --print-architecture` | grep '\.deb' | cut -d '"' -f 4 | wget -i -
sudo apt-get -f install ./drawio-amd64-*.deb
cd /opt/drawio/
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
# https://github.com/marketplace/actions/setup-python
# ^-- This gives info on matrix testing.
Expand Down

0 comments on commit 95739f5

Please sign in to comment.