Skip to content

Commit bec7d1e

Browse files
committed
Recursive checkout
1 parent 0447f1c commit bec7d1e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci_metal.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
with:
13-
submodules: true
1413
ref: 'v3'
1514

15+
- name: Update submodules
16+
run: git submodule update --init --recursive
17+
1618
- name: Dependencies
1719
run: |
18-
brew install cmake zip
20+
brew install cmake
1921
2022
- name: Install Python
2123
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)