Skip to content

Commit

Permalink
Initiate submodule before checking out branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Sep 13, 2024
1 parent 3f44b36 commit 3139d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
python -m pip --quiet --no-input install --upgrade pip
- name: Initiate submodules
run: |
git submodule init
git submodule update --recursive --remote
- name: Install dependencies with pip
run: |
Expand Down

0 comments on commit 3139d64

Please sign in to comment.