Skip to content

Commit

Permalink
GH workflows: update git submodules before building the gatekit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fkutzner committed Aug 22, 2023
1 parent c1e23b3 commit d42e0b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Update submodules
run: git submodule update --init --recursive

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DGATEKIT_TEST_ENABLE_SANITIZERS=ON -DGATEKIT_ENABLE_TESTS=ON

Expand Down

0 comments on commit d42e0b7

Please sign in to comment.