Skip to content

Commit

Permalink
Debug enable for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Sep 13, 2024
1 parent b090388 commit db15536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
python -m pip --quiet --no-input install --upgrade pip
- name: Initiate submodules
run: |
git submodule update --init --recursive --remote
git submodule init
cd submodules/kuksa-databroker
git show-ref
- name: Install dependencies with pip
Expand Down

0 comments on commit db15536

Please sign in to comment.