File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments