github actions, take 4

This commit is contained in:
Roland Conybeare 2023-09-24 13:23:09 -04:00
commit 464449df06

View file

@ -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.