Skip to content

Commit 07307f5

Browse files
committed
Run PGO for Windows on CI
1 parent 813ea83 commit 07307f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
- os: windows-latest
3030
target: x86_64-pc-windows-msvc
3131
code-target: win32-x64
32+
pgo: clap-rs/clap
3233
- os: windows-latest
3334
target: i686-pc-windows-msvc
35+
pgo: clap-rs/clap
3436
- os: windows-latest
3537
target: aarch64-pc-windows-msvc
3638
code-target: win32-arm64

0 commit comments

Comments
 (0)