Skip to content

Commit

Permalink
manual submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
platonvin authored Nov 26, 2024
1 parent 19d6ce3 commit cbe8ec2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cmake-linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive

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

- name: Maybe useful update
run: sudo apt update
Expand Down Expand Up @@ -48,7 +49,3 @@ jobs:
run: |
cd build
cmake --build . --verbose
- name: Run Tests
working-directory: build
run: ctest --output-on-failure

0 comments on commit cbe8ec2

Please sign in to comment.