Skip to content

Commit

Permalink
fix: clone with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed May 6, 2024
1 parent 08c3110 commit 65850e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install required packages
run: sudo apt-get install -y libsfml-dev libconfig++-dev
with:
submodules: 'recursive'

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

0 comments on commit 65850e6

Please sign in to comment.