add needed sudo in ubuntu machine scenario

This commit is contained in:
mvenditto 2023-06-18 23:04:51 +02:00 committed by AT
parent 021a388b38
commit 11ac85b01f

View File

@ -325,8 +325,8 @@ jobs:
- run: - run:
name: Install dependencies name: Install dependencies
command: | command: |
apt-get update sudo apt-get update
apt-get install -y cmake build-essential sudo apt-get install -y cmake build-essential
- run: - run:
name: Build Libraries name: Build Libraries
command: | command: |