From e37de57e0c0d519b99eb966a393830270468cbfd Mon Sep 17 00:00:00 2001 From: Malachi Burke Date: Fri, 6 Dec 2024 23:31:17 -0800 Subject: [PATCH] build: fiddling with CTest folder --- .github/workflows/cmake.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cf41b5c9..c02fd0d7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.2.2 with: submodules: recursive @@ -27,4 +27,7 @@ jobs: - name: Test uses: threeal/ctest-action@v1.1.0 + with: + # DEBT: Grab "build-dir" from above cmake-action + test-dir: ${{env.unit_test_dir}}/build