We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afb88ed + 93b8279 commit 61f3ec4Copy full SHA for 61f3ec4
src/ci/docker/README.md
@@ -11,12 +11,12 @@ the [`jobs.yml`](../github-actions/jobs.yml) file.
11
To run a specific CI job locally, you can use the `citool` Rust crate:
12
13
```
14
-cargo --manifest-path src/ci/citool/Cargo.toml run run-local <job-name>
+cargo run --manifest-path src/ci/citool/Cargo.toml run-local <job-name>
15
16
17
For example, to run the `x86_64-gnu-llvm-18-1` job:
18
19
-cargo --manifest-path src/ci/citool/Cargo.toml run run-local x86_64-gnu-llvm-18-1
+cargo run --manifest-path src/ci/citool/Cargo.toml run-local x86_64-gnu-llvm-18-1
20
21
22
The job will output artifacts in an `obj/<image-name>` dir at the root of a repository. Note
0 commit comments