File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 if : ${{ !matrix.qemu && steps.guard.outputs.skip == 'false' }}
7070 run : |
7171 sudo apt-get update
72- sudo apt-get -y install build-essential cmake git xxd \
72+ sudo apt-get -y install build-essential cmake git xxd sudo \
7373 devscripts fakeroot debhelper libfftw3-dev qtbase5-dev libopengl-dev libqt5opengl5-dev \
7474 qttools5-dev qttools5-dev-tools qtmultimedia5-dev libqt5multimedia5-plugins libqt5websockets5-dev \
7575 libqt5quick5 qtwebengine5-dev qtbase5-private-dev \
@@ -119,7 +119,7 @@ jobs:
119119 set -e
120120
121121 apt-get update
122- apt-get -y install build-essential cmake git xxd \
122+ apt-get -y install build-essential cmake git xxd sudo \
123123 devscripts fakeroot debhelper libfftw3-dev qtbase5-dev libopengl-dev libqt5opengl5-dev \
124124 qttools5-dev qttools5-dev-tools qtmultimedia5-dev libqt5multimedia5-plugins libqt5websockets5-dev \
125125 libqt5quick5 qtwebengine5-dev qtbase5-private-dev \
You can’t perform that action at this time.
0 commit comments