From a605654fb9aa64dfbf57b915fb4136fe0ff9cb25 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 Sep 2023 13:30:41 -0400 Subject: [PATCH] bugfix: missing 'uses: ..' in .yml --- .github/workflows/cmake-single-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 92e5ac73..cd9aca1a 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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