Updated Github actions deps
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: sudo apt-get install cmake libyaml-cpp-dev libspdlog-dev libclang-cpp11-dev
|
run: sudo apt-get install cmake libyaml-cpp-dev libspdlog-dev libclang-cpp11-dev libclang-dev
|
||||||
- name: Build and unit test
|
- name: Build and unit test
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|||||||
Reference in New Issue
Block a user