diff --git a/.github/workflows/ubuntu-build.yml b/.github/workflows/ubuntu-build.yml index 9e9aaaa8..65b14135 100644 --- a/.github/workflows/ubuntu-build.yml +++ b/.github/workflows/ubuntu-build.yml @@ -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 \