Skip to content

Commit a92be1a

Browse files
authored
Update L2-Hal-Plugins.yml
1 parent 4019d8e commit a92be1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/L2-Hal-Plugins.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ jobs:
110110
if: contains(steps.getfile.outputs.files, 'HdmiCecSource') || contains(steps.getfile.outputs.files, 'HdmiCecSink')
111111
- name: Clone the Manifest and build the associated binaries
112112
run: |
113-
apt-get install csvtool
114-
apt-get install meson
115-
apt-get update && apt-get install -y lynx
113+
sudo apt-get install csvtool
114+
sudo apt-get install meson
115+
sudo apt-get update && apt-get install -y lynx
116116
rm -rf rdkservices
117-
apt install libjsoncpp-dev
117+
sudo apt install libjsoncpp-dev
118118
#git clone -b topic/RDK-55408 https://${{secrets.HAL_EMULATOR_MANIFEST_USERNAME}}:${{ secrets.HAL_EMULATOR_MANIFEST_PASSWORD}}@github.com/rdk-e/entservices-inputoutput.git
119119
git clone -b topic/RDK-57404 https://akrish905_comcast:[email protected]/rdk-e/entservices-inputoutput.git
120120
cd entservices-inputoutput/L2HalMock

0 commit comments

Comments
 (0)