Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
[ci] Fix linux musl deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Sep 5, 2019
1 parent f7fd80c commit 05ccfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/prep_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ travis_fold start "cargo.build"
FEATS="--features=progress"
fi

cargo build --release --target "$TARGET" "${FEATS}" --manifest-path=cli/Cargo.toml
cargo build --release --target "$TARGET" ${FEATS} --manifest-path=cli/Cargo.toml
travis_time_finish
travis_fold end "cargo.build"

Expand Down

0 comments on commit 05ccfaa

Please sign in to comment.