about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/.github/workflows
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-04-15 12:18:09 +0200
committerJakub Beránek <berykubik@gmail.com>2025-04-15 12:18:09 +0200
commitad7a8a43c5f21576283e4794711c0edfe9de5a4a (patch)
tree3f9a11558eb4064f9680b4022fd7bf9367d1769e /src/tools/rust-analyzer/.github/workflows
parentd959d015161d89df0ee23ac6c6212ca5ad9c5884 (diff)
downloadrust-ad7a8a43c5f21576283e4794711c0edfe9de5a4a.tar.gz
rust-ad7a8a43c5f21576283e4794711c0edfe9de5a4a.zip
Run PGO for Windows on CI
Diffstat (limited to 'src/tools/rust-analyzer/.github/workflows')
-rw-r--r--src/tools/rust-analyzer/.github/workflows/release.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml
index a0972dd849c..aa0d618f0f4 100644
--- a/src/tools/rust-analyzer/.github/workflows/release.yaml
+++ b/src/tools/rust-analyzer/.github/workflows/release.yaml
@@ -29,8 +29,10 @@ jobs:
           - os: windows-latest
             target: x86_64-pc-windows-msvc
             code-target: win32-x64
+            pgo: clap-rs/clap
           - os: windows-latest
             target: i686-pc-windows-msvc
+            pgo: clap-rs/clap
           - os: windows-latest
             target: aarch64-pc-windows-msvc
             code-target: win32-arm64