File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 - uses : Swatinem/rust-cache@v1
154154 - name : Install precompiled cross
155155 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')
157157 wget -O /tmp/binaries.tar.gz $URL
158158 tar -C /tmp -xzf /tmp/binaries.tar.gz
159159 mv /tmp/cross ~/.cargo/bin
@@ -179,7 +179,7 @@ jobs:
179179 - uses : Swatinem/rust-cache@v1
180180 - name : Install precompiled cross
181181 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')
183183 wget -O /tmp/binaries.tar.gz $URL
184184 tar -C /tmp -xzf /tmp/binaries.tar.gz
185185 mv /tmp/cross ~/.cargo/bin
You can’t perform that action at this time.
0 commit comments