github actions, take 3
This commit is contained in:
parent
572572c7bb
commit
8340c0c615
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cmake-single-platform.yml
vendored
4
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -26,6 +26,10 @@ jobs:
|
|||
# install catch2. see [[https://stackoverflow.com/questions/57982945/how-to-apt-get-install-in-a-github-actions-workflow]]
|
||||
run: sudo apt-get install -y catch2
|
||||
|
||||
- name: Fetch indentlog
|
||||
# fetch source tree for indentlog dependency
|
||||
run: git clone git@github.com:rconybea/indentlog.git
|
||||
|
||||
# - name: Configure CMake
|
||||
# # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
# # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue