Skip to content

Commit

Permalink
[ci] Windows Build: Use PowerShell 7 (pwsh) (#5996)
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu authored Sep 6, 2022
1 parent 753ace9 commit 9224a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ jobs:
steps:
# See also https://github.com/taichi-dev/taichi/issues/4161
- name: Cleanup
shell: powershell
shell: pwsh
run: |
remove-item '${{ github.workspace }}\*' -recurse -force
Expand All @@ -518,7 +518,7 @@ jobs:
ccache-win64-
- name: Build
shell: powershell
shell: pwsh
if: ${{ needs.check_files.outputs.run_job != 'false' }}
run: |
.\.github\workflows\scripts\win_build.ps1 -llvmVer ${{ matrix.llvmVer }} -installVulkan -install -libsDir C:\
Expand All @@ -527,7 +527,7 @@ jobs:

- name: Test
id: test
shell: powershell
shell: pwsh
if: ${{ needs.check_files.outputs.run_job != 'false' }}
run: |
.\.github\workflows\scripts\win_test.ps1
Expand Down

0 comments on commit 9224a6e

Please sign in to comment.