1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-12 22:43:36 -04:00

Merge pull request #2634 from NealsSec/master

added sudo to linux workflow
This commit is contained in:
Edouard Griffiths
2026-02-03 19:04:44 +01:00
committed by GitHub
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install software-properties-common
add-apt-repository -y ppa:ettusresearch/uhd
apt-get update
sudo add-apt-repository -y ppa:ettusresearch/uhd
sudo apt-get update
sudo apt-get -y install build-essential cmake git xxd \
devscripts fakeroot debhelper libfftw3-dev qtbase5-dev libopengl-dev libqt5opengl5-dev \
qttools5-dev qttools5-dev-tools qtmultimedia5-dev libqt5multimedia5-plugins libqt5websockets5-dev \