Skip to content

Commit 9043ce8

Browse files
committed
WIP
1 parent 091e615 commit 9043ce8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ jobs:
176176
- name: ensure the stable version number is correct
177177
run: src/ci/scripts/verify-stable-version-number.sh
178178

179+
# Prebuilt citool before the following step uninstall rustup
180+
- name: Build citool
181+
run: |
182+
cd src/ci/citool
183+
cargo build
184+
179185
- name: run the build
180186
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
181187
run: src/ci/scripts/run-build-from-ci.sh 2>&1

0 commit comments

Comments
 (0)