Skip to content

Commit

Permalink
try initing harder
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 16, 2024
1 parent f0e5693 commit 0e9d5d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_macOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
submodules: true

# Probably worthless since we're already doing init above but worht a try
- name: Initialize Git submodules
run: |
git submodule update --init --recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 0e9d5d6

Please sign in to comment.