Skip to content

Commit 331b080

Browse files
committed
fix windows PGO build
1 parent 9dcd5cf commit 331b080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ jobs:
564564
interpreter: ${{ matrix.interpreter }}
565565
rust-toolchain: ${{ steps.rust-toolchain.outputs.name }}
566566

567-
- run: ${{ matrix.ls || 'ls -lh' }} dist/
567+
- run: ${{ (startsWith(matrix.platform.os, 'windows') && 'dir') || 'ls -lh' }} dist/
568568

569569
- uses: actions/upload-artifact@v4
570570
with:

0 commit comments

Comments
 (0)