github actions, take 4
This commit is contained in:
parent
8340c0c615
commit
464449df06
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-single-platform.yml
vendored
2
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- name: Fetch indentlog
|
||||
# fetch source tree for indentlog dependency
|
||||
run: git clone git@github.com:rconybea/indentlog.git
|
||||
run: git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue