Skip to content

Commit

Permalink
get build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 2, 2024
1 parent 3f323e4 commit e3c2f0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3c2f0b

Please sign in to comment.