bugfix: missing 'uses: ..' in .yml
This commit is contained in:
parent
264da8e122
commit
a605654fb9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cmake-single-platform.yml
vendored
1
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
run: sudo apt-get install -y catch2
|
||||
|
||||
- name: Clone indentlog
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Rconybea/indentlog
|
||||
path: repo/indentlog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue