Skip to content

Commit 433874f

Browse files
Use bash shell for setup script
1 parent 59ea580 commit 433874f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ jobs:
3939
apt-get update -y
4040
apt-get upgrade -y
4141
apt-get install -y curl gcc openjdk-8-jdk-headless
42+
- name: Setup rustup
43+
run: |
4244
curl --proto '=https' --tlsv1.2 --retry 10 --location --silent --show-error --fail "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
4345
echo "$CARGO_HOME/bin" >> $GITHUB_PATH
46+
shell: bash
4447
- name: Install Rust toolchain
4548
uses: dtolnay/rust-toolchain@stable
4649
with:

0 commit comments

Comments
 (0)