Skip to content

Commit 1148253

Browse files
Fix shell for Windows sh script
1 parent c902134 commit 1148253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rpcs3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ jobs:
483483
484484
- name: Build RPCS3
485485
if: ${{ matrix.compiler == 'clang-cl' }}
486-
shell: cmd
486+
shell: bash
487487
run: .ci/build-windows-clang-cl.sh
488488

489489
- name: Save build Ccache

0 commit comments

Comments
 (0)