Skip to content

Commit

Permalink
fix(ci): set shell to bash for Windows
Browse files Browse the repository at this point in the history
GitHub workflows apparently default to pwsh (PowerShell Core)
on Windows, which didn't work for the shell script.
  • Loading branch information
not-my-profile committed Jul 27, 2023
1 parent a9a5dbc commit 8d61bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
crate: cargo-insta
- run: ./.github/set_version.sh
shell: bash
- name: 💰 Cache
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 8d61bbc

Please sign in to comment.