Skip to content

Commit

Permalink
fix: checkout submodules and lfs for the rust and python workflows too
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Jan 13, 2024
1 parent 9d2fdf1 commit 5a231b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: true
lfs: true
- name: Cache
id: cache-venv
uses: actions/cache@v3
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: true
lfs: true
- name: Cache
id: cache-venv
uses: actions/cache@v3
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: true
lfs: true
- name: Cache
id: cache-target
uses: actions/cache@v3
Expand Down Expand Up @@ -81,6 +83,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: true
lfs: true
- name: Cache
id: cache-target
uses: actions/cache@v3
Expand Down Expand Up @@ -110,6 +114,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: true
lfs: true
- name: Cache
id: cache-target
uses: actions/cache@v3
Expand Down Expand Up @@ -142,6 +148,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: true
lfs: true
- name: Cache
id: cache-target
uses: actions/cache@v3
Expand Down

0 comments on commit 5a231b9

Please sign in to comment.