Skip to content

Commit

Permalink
chore: using bash as a shell explicitly for windows based runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Jan 7, 2025
1 parent fae92dd commit dd5493c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
# but do not fail the job
echo "::warning::Tests failed with exit code $exitcode"
exit 0
fi
fi
shell: bash

0 comments on commit dd5493c

Please sign in to comment.