Skip to content

Commit

Permalink
Removed sudo from install steps
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Kamat <kamatsaurabh01@gmail.com>
  • Loading branch information
sauk2 committed Jul 8, 2024
1 parent 4adcc57 commit 00934ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Build Dependencies
shell: bash
run: |
sudo apt update && sudo apt install --no-install-recommends -y \
apt update && sudo apt install --no-install-recommends -y \
lsb-release \
sudo \
software-properties-common \
Expand All @@ -43,7 +43,7 @@ jobs:
cmake \
ccache \
g++
sudo apt update && sudo apt install --no-install-recommends -y \
apt update && sudo apt install --no-install-recommends -y \
rapidjson-dev \
libopencv-dev \
libunwind-dev \
Expand Down

0 comments on commit 00934ab

Please sign in to comment.