We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0447f1c commit bec7d1eCopy full SHA for bec7d1e
1 file changed
.github/workflows/ci_metal.yaml
@@ -10,12 +10,14 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
with:
13
- submodules: true
14
ref: 'v3'
15
+ - name: Update submodules
16
+ run: git submodule update --init --recursive
17
+
18
- name: Dependencies
19
run: |
- brew install cmake zip
20
+ brew install cmake
21
22
- name: Install Python
23
uses: actions/setup-python@v4
0 commit comments