Skip to content

Commit

Permalink
clone submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
raicool committed Aug 17, 2023
1 parent 1dd75be commit 45924d9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
run: |
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-image-dev
- name: Checkout submodules
# You may pin to the exact commit or the version.
# uses: textbook/git-checkout-submodule-action@0cb23c7e6a67085e1dc5e884920bd620f7b9c469
uses: textbook/git-checkout-submodule-action@2.1.1
sudo apt-get install libgtkmm-2.4-dev
- uses: actions/checkout@v3
with:
# Set the --remote flag
remote: true # optional
submodules: true


- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 45924d9

Please sign in to comment.