Unnamed repository; edit this file 'description' to name the repository.
Run PGO for Windows on CI
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a0972dd849..aa0d618f0f 100644 --- a/.github/workflows/release.yaml +++ b/.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 |