diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 726c162..fedfca7 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -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.