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 f0d0c88 commit aabf5c2Copy full SHA for aabf5c2
.github/actions/build-pgo-wheel/action.yml
@@ -53,7 +53,7 @@ runs:
53
54
- name: merge pgo data
55
run: ${{ env.LLVM_PROFDATA }} merge -o ${{ github.workspace }}/merged.profdata ${{ github.workspace }}/profdata
56
- shell: bash
+ shell: pwsh # because it handles paths on windows better, and works well enough on unix for this step
57
58
- name: build pgo-optimized wheel
59
uses: PyO3/maturin-action@v1
0 commit comments