Removed software-properties-common from build deps
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -10,8 +10,6 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Install add-apt-repository
|
|
||||||
run: sudo apt-get install software-properties-common
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: sudo apt install ccache cmake libyaml-cpp-dev libfmt-dev libspdlog-dev clang-12 libclang-12-dev libclang-cpp12-dev
|
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
|
- name: Build and unit test
|
||||||
|
|||||||
Reference in New Issue
Block a user