We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a65a03 commit ea59fe7Copy full SHA for ea59fe7
ci/install.sh
@@ -31,15 +31,15 @@ main() {
31
esac
32
33
# This fetches latest stable release
34
- local tag=$(git ls-remote --tags --refs --exit-code https://github.com/japaric/cross \
+ local tag=$(git ls-remote --tags --refs --exit-code https://github.com/rust-embedded/cross \
35
| cut -d/ -f3 \
36
| grep -E '^v[0.1.0-9.]+$' \
37
| $sort --version-sort \
38
| tail -n1)
39
curl -LSfs https://japaric.github.io/trust/install.sh | \
40
sh -s -- \
41
--force \
42
- --git japaric/cross \
+ --git rust-embedded/cross \
43
--tag $tag \
44
--target $target
45
}
0 commit comments