diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-07-28 09:36:56 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2020-07-28 09:36:56 -0400 |
| commit | da40cf81e63d04dced9d943743bb2a58801916e7 (patch) | |
| tree | ea9786f25139cfc94c6a19e7a7bfe32755aa551c /src/ci/github-actions | |
| parent | c4c6453b7ba42c5114e875908eeaf510398d2f38 (diff) | |
| download | rust-da40cf81e63d04dced9d943743bb2a58801916e7.tar.gz rust-da40cf81e63d04dced9d943743bb2a58801916e7.zip | |
Use --stage 2 in checktools
- Remove useless --stage 2 argument to checktools.sh - Fix help text for expand-yaml-anchors (it had a typo)
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index b31f00c0322..a7c1987e8b1 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -481,7 +481,7 @@ jobs: - name: x86_64-msvc-tools env: - SCRIPT: src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py --stage 2 /tmp/toolstate/toolstates.json windows + SCRIPT: src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json <<: *job-windows-xl |
