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 091e615 commit 9043ce8Copy full SHA for 9043ce8
.github/workflows/ci.yml
@@ -176,6 +176,12 @@ jobs:
176
- name: ensure the stable version number is correct
177
run: src/ci/scripts/verify-stable-version-number.sh
178
179
+ # Prebuilt citool before the following step uninstall rustup
180
+ - name: Build citool
181
+ run: |
182
+ cd src/ci/citool
183
+ cargo build
184
+
185
- name: run the build
186
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
187
run: src/ci/scripts/run-build-from-ci.sh 2>&1
0 commit comments