From e3c2f0bddbbcefd7acb8b38edd252b8fa51129f3 Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Wed, 2 Oct 2024 15:26:46 -0700 Subject: [PATCH] get build deps --- .github/workflows/cmake.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0a14f4ce4..d247e8793 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -18,6 +18,11 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 + # Used to fetch the build-time dependencies of the SDK only, no actual building happens. + - uses: ./.github/actions/ci + with: + cmake_target: this-does-not-matter + run_tests: false - run: ./scripts/build-cmake-integration-tests.sh - run: export CTEST_OUTPUT_ON_FAILURE=1