Skip to content

Commit

Permalink
ci: fix PGO build on windows (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Nov 26, 2024
1 parent 49bcd51 commit 334e3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-pgo-wheel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:

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

- name: build pgo-optimized wheel
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 334e3df

Please sign in to comment.