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 7867088 commit 3c95badCopy full SHA for 3c95bad
.github/workflows/ci.yaml
@@ -83,6 +83,8 @@ jobs:
83
steps:
84
- name: Checkout
85
uses: actions/checkout@v4
86
+ with:
87
+ submodules: recursive
88
89
- name: Set up Rust
90
uses: dtolnay/rust-toolchain@stable
.github/workflows/flaky.yaml
.github/workflows/tests.yaml
@@ -55,6 +55,7 @@ jobs:
55
56
57
with:
58
59
ref: ${{ inputs.git-ref }}
60
61
- name: Install ${{ matrix.rust }} rust
@@ -158,6 +159,7 @@ jobs:
158
159
160
161
162
163
164
165
- name: Install ${{ matrix.rust }}
0 commit comments