File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
# figure out native target triple while we're at it
37
37
- name : install rust-toolchain
38
38
run : |
39
- echo "$ TARGET=$(rustc --print host-tuple)" >> $GITHUB_ENV
39
+ echo "TARGET=$(rustc --print host-tuple)" >> $GITHUB_ENV
40
40
echo $TARGET
41
41
# Fetch dependencies in a separate step to clearly show how long each part
42
42
# of the testing takes
@@ -133,7 +133,7 @@ jobs:
133
133
cache : true
134
134
- name : install rust-toolchain
135
135
run : |
136
- echo "$ TARGET=$(rustc --print host-tuple)" >> $GITHUB_ENV
136
+ echo "TARGET=$(rustc --print host-tuple)" >> $GITHUB_ENV
137
137
echo $TARGET
138
138
- name : cargo fetch --locked
139
139
run : cargo fetch --locked --target $TARGET
@@ -165,7 +165,7 @@ jobs:
165
165
sudo apt install -y xvfb libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
166
166
- name : install rust-toolchain
167
167
run : |
168
- echo "$ TARGET=$(rustc --print host-tuple)" >> $GITHUB_ENV
168
+ echo "TARGET=$(rustc --print host-tuple)" >> $GITHUB_ENV
169
169
echo $TARGET
170
170
- name : cargo fetch --locked
171
171
run : cargo fetch --locked --target $TARGET
You can’t perform that action at this time.
0 commit comments