Skip to content

Commit

Permalink
actions: git pull sub-module
Browse files Browse the repository at this point in the history
  • Loading branch information
YoSTEALTH committed Feb 2, 2024
1 parent 48f4107 commit 4e832fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# Update references
- name: Git Submodule Update
run: |
git pull --recurse-submodules
# Runners
- name: Install dependencies
run: |
Expand Down

0 comments on commit 4e832fd

Please sign in to comment.