Skip to content

Commit abda1cc

Browse files
committed
ci: fix5
1 parent 2f0ec65 commit abda1cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
# just need a random command that forces the installation of rust-toolchain
3636
# figure out native target triple while we're at it
3737
- name: install rust-toolchain
38+
shell: bash
3839
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
3940
# Fetch dependencies in a separate step to clearly show how long each part
4041
# of the testing takes
@@ -130,6 +131,7 @@ jobs:
130131
version: 1.4.309.0
131132
cache: true
132133
- name: install rust-toolchain
134+
shell: bash
133135
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
134136
- name: cargo fetch --locked
135137
run: cargo fetch --locked --target $TARGET
@@ -160,6 +162,7 @@ jobs:
160162
sudo apt-get update
161163
sudo apt install -y xvfb libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
162164
- name: install rust-toolchain
165+
shell: bash
163166
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
164167
- name: cargo fetch --locked
165168
run: cargo fetch --locked --target $TARGET

0 commit comments

Comments
 (0)