Skip to content

Commit

Permalink
fix: Added quotes to checkout git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuk-vlad committed Nov 14, 2024
1 parent b12de7d commit 9d2547d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Checkout git submodules
run: |
git submodule init && git submodule update $SUBMODULE_PATH
git submodule init && git submodule update "$SUBMODULE_PATH"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 9d2547d

Please sign in to comment.