Skip to content

Commit 546326a

Browse files
committed
👷 ci: read the toolchain under bash on every runner
The Windows wheel jobs run steps through PowerShell, which rejects the heredoc. Resolve the version already names bash for the same reason.
1 parent 16a29b7 commit 546326a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dist.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
echo "CIBW_MUSLLINUX_${ARCH^^}_IMAGE=$musllinux" >> "$GITHUB_ENV"
8686
- name: Read the toolchain rustup should install
8787
id: rust
88+
shell: bash
8889
run: |
8990
python3 - <<'EOF' >> "$GITHUB_OUTPUT"
9091
import tomllib

0 commit comments

Comments
 (0)