Skip to content

Commit

Permalink
specify bash excplicitly to use real awk command in get Rust toolchai…
Browse files Browse the repository at this point in the history
…n step on Windows runner
  • Loading branch information
sksat committed Feb 28, 2024
1 parent d193d70 commit fdfccb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- name: Get Rust toolchain
id: toolchain
working-directory: .
shell: bash
run: |
awk -F'[ ="]+' '$1 == "channel" { print "toolchain=" $2 }' rust-toolchain >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit fdfccb0

Please sign in to comment.