Skip to content

Commit 2b9e5e4

Browse files
fix: add back checkout
1 parent 4815464 commit 2b9e5e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ jobs:
102102
runs-on: ubuntu-latest
103103
container: python:latest
104104
steps:
105+
- name: Checkout
106+
uses: actions/[email protected]
107+
with:
108+
submodules: "true"
105109
- name: Install deps
106110
run: |
107111
apt-get update && apt-get install -y git

0 commit comments

Comments
 (0)