Skip to content

Commit

Permalink
Use bash instead of PowerShell for Windows CI jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Feb 14, 2024
1 parent c6742fc commit c7786fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
env:
VIBED_DRIVER: vibe-core
PARTS: ${{ matrix.parts }}
shell: bash
run: |
./run-ci.sh
Expand Down Expand Up @@ -107,5 +108,6 @@ jobs:
env:
VIBED_DRIVER: vibe-core
PARTS: ${{ matrix.parts }}
shell: bash
run: |
./run-ci.sh

0 comments on commit c7786fa

Please sign in to comment.