Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | .github/workflows/release.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7640444ba..fd4eb9e616 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,6 +42,7 @@ jobs: # Zig is not used because it doesn't work with PGO container: quay.io/pypa/manylinux_2_28_x86_64 code-target: linux-x64 + pgo: clap-rs/clap - os: ubuntu-latest target: aarch64-unknown-linux-gnu zig_target: aarch64-unknown-linux-gnu.2.28 |