From 9224a6e0628786da2b88d6e32726c93a3bd4b93f Mon Sep 17 00:00:00 2001 From: Proton Date: Tue, 6 Sep 2022 21:21:52 +0800 Subject: [PATCH] [ci] Windows Build: Use PowerShell 7 (pwsh) (#5996) --- .github/workflows/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5e7a92b7da1da..45df6a1d25c22 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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 @@ -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:\ @@ -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