File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
- uses : Swatinem/rust-cache@v1
154
154
- name : Install precompiled cross
155
155
run : |
156
- export URL=$(curl -s https://api.github.com/repos/rust-embedded /cross/releases/latest | jq -r '.assets[] | select(.name | contains("x86_64-unknown-linux-gnu.tar.gz")) | .browser_download_url')
156
+ export URL=$(curl -s https://api.github.com/repos/cross-rs /cross/releases/latest | jq -r '.assets[] | select(.name | contains("x86_64-unknown-linux-gnu.tar.gz")) | .browser_download_url')
157
157
wget -O /tmp/binaries.tar.gz $URL
158
158
tar -C /tmp -xzf /tmp/binaries.tar.gz
159
159
mv /tmp/cross ~/.cargo/bin
@@ -179,7 +179,7 @@ jobs:
179
179
- uses : Swatinem/rust-cache@v1
180
180
- name : Install precompiled cross
181
181
run : |
182
- export URL=$(curl -s https://api.github.com/repos/rust-embedded /cross/releases/latest | jq -r '.assets[] | select(.name | contains("x86_64-unknown-linux-gnu.tar.gz")) | .browser_download_url')
182
+ export URL=$(curl -s https://api.github.com/repos/cross-rs /cross/releases/latest | jq -r '.assets[] | select(.name | contains("x86_64-unknown-linux-gnu.tar.gz")) | .browser_download_url')
183
183
wget -O /tmp/binaries.tar.gz $URL
184
184
tar -C /tmp -xzf /tmp/binaries.tar.gz
185
185
mv /tmp/cross ~/.cargo/bin
You can’t perform that action at this time.
0 commit comments