Skip to content

Commit

Permalink
submodules recursive with fetch depth 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadit19 committed Oct 26, 2024
1 parent efdbee3 commit ba796b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clone submodules
run: |
git submodule init
git submodule update
with:
submodules: recursive
fetch-depth: 1
- name: Update and Install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit ba796b2

Please sign in to comment.