Skip to content

Commit

Permalink
i386 ? for real ?
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Jul 31, 2023
1 parent a348264 commit 8bbef13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis/cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ PATH=$PATH:$HOME/.cargo/bin

which rustup || curl https://sh.rustup.rs -sSf | sh -s -- -y


which cargo-dinghy || ( mkdir -p /tmp/cargo-dinghy
if [ `arch` = x86_64 ]
if [ `arch` = x86_64 || `arch` = i386 ]
then
cd /tmp/cargo-dinghy
if [ `uname` = "Darwin" ]
Expand All @@ -41,7 +40,7 @@ then
else
NAME=linux
fi
VERSION=0.5.1
VERSION=0.6.4
wget -q https://github.com/snipsco/dinghy/releases/download/$VERSION/cargo-dinghy-$NAME-$VERSION.tgz -O cargo-dinghy.tgz
tar vzxf cargo-dinghy.tgz --strip-components 1
mv cargo-dinghy $HOME/.cargo/bin
Expand Down

0 comments on commit 8bbef13

Please sign in to comment.