summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2023-09-12 18:32:32 +0200
committerJakub Beránek <berykubik@gmail.com>2023-09-12 19:33:41 +0200
commitf17047bc9046b3e1218200c6b649ee59ac6d0a8d (patch)
tree97971fa1734fff82b5c4dc7d9c4fb334a603a1e4 /src/ci/github-actions
parent95500f494118b74c965a94acce3e92a803ee8e91 (diff)
downloadrust-f17047bc9046b3e1218200c6b649ee59ac6d0a8d.tar.gz
rust-f17047bc9046b3e1218200c6b649ee59ac6d0a8d.zip
Refactor Environment
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 89b82d59d31..1712d65ece9 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -624,7 +624,7 @@ jobs:
                 --target=x86_64-pc-windows-msvc
                 --enable-full-tools
                 --enable-profiler
-              SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist python x.py dist bootstrap --include-default-paths
+              SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
               DIST_REQUIRE_ALL_TOOLS: 1
             <<: *job-windows-8c