Fix shell for Windows sh script

This commit is contained in:
qurious-pixel 2025-10-17 09:56:31 -07:00 committed by GitHub
parent c902134c55
commit 1148253b79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -483,7 +483,7 @@ jobs:
- name: Build RPCS3 - name: Build RPCS3
if: ${{ matrix.compiler == 'clang-cl' }} if: ${{ matrix.compiler == 'clang-cl' }}
shell: cmd shell: bash
run: .ci/build-windows-clang-cl.sh run: .ci/build-windows-clang-cl.sh
- name: Save build Ccache - name: Save build Ccache