We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdaac9 commit a7b8c17Copy full SHA for a7b8c17
1 file changed
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: macos-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ with:
15
+ submodules: "true"
16
17
- name: Install just
18
run: |
@@ -104,6 +106,8 @@ jobs:
104
106
runs-on: ubuntu-latest
105
107
108
109
110
111
112
- name: Install build dependencies
113
@@ -176,6 +180,8 @@ jobs:
176
180
runs-on: windows-latest
177
181
178
182
183
184
179
185
186
# Install Rust (adds cargo/rustc to PATH)
187
- name: Install Rust (stable)
0 commit comments