We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fd15c commit 3533f42Copy full SHA for 3533f42
1 file changed
.github/workflows/codspeed.yml
@@ -67,8 +67,8 @@ jobs:
67
env:
68
RUSTFLAGS: "-Cprofile-use=${{ github.workspace }}/merged.profdata"
69
70
- - name: Find built wheel.
71
- id: find_wheel
+ - name: Find PGO built wheel.
+ id: pgo-wheel
72
run: echo "path=$(ls dist/*.whl)" | tee -a "$GITHUB_OUTPUT"
73
74
- name: Install PGO wheel.
0 commit comments