Skip to content

Commit ea59fe7

Browse files
committed
Update the path to the cross repository
1 parent 1a65a03 commit ea59fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ main() {
3131
esac
3232

3333
# This fetches latest stable release
34-
local tag=$(git ls-remote --tags --refs --exit-code https://github.com/japaric/cross \
34+
local tag=$(git ls-remote --tags --refs --exit-code https://github.com/rust-embedded/cross \
3535
| cut -d/ -f3 \
3636
| grep -E '^v[0.1.0-9.]+$' \
3737
| $sort --version-sort \
3838
| tail -n1)
3939
curl -LSfs https://japaric.github.io/trust/install.sh | \
4040
sh -s -- \
4141
--force \
42-
--git japaric/cross \
42+
--git rust-embedded/cross \
4343
--tag $tag \
4444
--target $target
4545
}

0 commit comments

Comments
 (0)