Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drisspg authored Mar 20, 2024
1 parent 51e308c commit a727e31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
# Fetches all history for all tags and branches, necessary for a complete submodule update
fetch-depth: 0
submodules: 'recursive'


- name: Install CMake and git
run: |
Expand All @@ -29,6 +30,7 @@ jobs:
- name: Initialize and Update Git Submodules
run: |
cd $GITHUB_WORKSPACE
git submodule sync
git submodule update --init --recursive
Expand Down

0 comments on commit a727e31

Please sign in to comment.