Skip to content

Commit

Permalink
Command clean up
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 00934ab commit 9efbe88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,15 @@ jobs:
- name: Install Build Dependencies
shell: bash
run: |
apt update && sudo apt install --no-install-recommends -y \
apt update && apt install --no-install-recommends -y \
lsb-release \
sudo \
software-properties-common \
wget \
make \
cmake \
ccache \
g++
apt update && sudo apt install --no-install-recommends -y \
apt update && apt install --no-install-recommends -y \
rapidjson-dev \
libopencv-dev \
libunwind-dev \
Expand Down

0 comments on commit 9efbe88

Please sign in to comment.