Skip to content

Commit d50e820

Browse files
Add bash shell to test executable existence
1 parent c5d4683 commit d50e820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
- name: Test executable exists
3535
working-directory: ./mas
36+
shell: bash
3637
run: |
3738
if [ ! -f "mas.exe" ]; then
3839
echo "Build failed: mas.exe not found"

0 commit comments

Comments
 (0)