Install dependencies as root

This commit is contained in:
Andrea Cavalli 2023-05-08 14:36:56 +02:00
parent 52bf29d34b
commit e97934ab7b
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ jobs:
echo "REVISION: $REVISION"
if [[ -f "./.github/workflows/scripts/install-deps-${SAFE_TYPE}.sh" ]]; then
source ./.github/workflows/scripts/install-deps-${SAFE_TYPE}.sh
sudo ./.github/workflows/scripts/install-deps-${SAFE_TYPE}.sh
fi
- name: Install ubuntu 20.04 dependencies
if: matrix.os == 'ubuntu-20.04'