github actions, take 5
This commit is contained in:
parent
464449df06
commit
8f596d8f3d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/cmake-single-platform.yml
vendored
6
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -26,7 +26,11 @@ jobs:
|
||||||
# install catch2. see [[https://stackoverflow.com/questions/57982945/how-to-apt-get-install-in-a-github-actions-workflow]]
|
# 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
|
run: sudo apt-get install -y catch2
|
||||||
|
|
||||||
- name: Fetch indentlog
|
- name: Clone indentlog
|
||||||
|
with:
|
||||||
|
repository: Rconybea/indentlog
|
||||||
|
path: repo/indentlog
|
||||||
|
|
||||||
# fetch source tree for indentlog dependency
|
# fetch source tree for indentlog dependency
|
||||||
run: git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com:rconybea/indentlog.git
|
run: git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com:rconybea/indentlog.git
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue