From c9f88205eb50fe404fb3d67ae39ee5322c4b1b38 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Thu, 2 Sep 2021 22:55:38 +0200 Subject: [PATCH] Removed software-properties-common from build deps --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea7bef21..4fd30b9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,6 @@ jobs: uses: actions/checkout@v2 with: submodules: recursive - - name: Install add-apt-repository - run: sudo apt-get install software-properties-common - name: Install deps run: sudo apt install ccache cmake libyaml-cpp-dev libfmt-dev libspdlog-dev clang-12 libclang-12-dev libclang-cpp12-dev - name: Build and unit test