Skip to content

Commit aabf5c2

Browse files
committed
ci: fix PGO build on windows (#1558)
1 parent f0d0c88 commit aabf5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-pgo-wheel/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353

5454
- name: merge pgo data
5555
run: ${{ env.LLVM_PROFDATA }} merge -o ${{ github.workspace }}/merged.profdata ${{ github.workspace }}/profdata
56-
shell: bash
56+
shell: pwsh # because it handles paths on windows better, and works well enough on unix for this step
5757

5858
- name: build pgo-optimized wheel
5959
uses: PyO3/maturin-action@v1

0 commit comments

Comments
 (0)