Skip to content

Commit 71f9f91

Browse files
Update codeql.yml
1 parent bfc2423 commit 71f9f91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8989
- if: matrix.build-mode == 'manual'
9090
name: "Build C version"
91-
shell: bash
91+
shell: powershell
9292
run: |
9393
if ($?) { gcc factor_count.c -o factor_count } ; if ($?) { .\factor_count }
9494
exit 1

0 commit comments

Comments
 (0)