Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh authored Dec 2, 2023
1 parent 78c3c8d commit 2d4a53b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
- name: Git Submodule Update
run: |
git submodule update --init --recursive
git submodule foreach git pull origin main
git submodule foreach 'git fetch origin main:main || true'
git submodule foreach 'git checkout main || true'
- name: Build
Expand Down

0 comments on commit 2d4a53b

Please sign in to comment.