Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Oct 28, 2024
1 parent 82ebfa6 commit c95496a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/build/p-smithril.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ build_smithril() {
pushd "${BASE}/smithril-${SMITHRIL_VERSION}"

(
rustup default stable
cargo build --workspace --release
rustup default nightly
cargo cinstall --destdir="/" --prefix="${SMITHRIL_INSTALL_PATH}" --release
cargo build --workspace --release
cargo cinstall --destdir="/" --prefix="${SMITHRIL_INSTALL_PATH}"
)
popd
cd "${SMITHRIL_INSTALL_PATH}" || return 1
Expand Down

0 comments on commit c95496a

Please sign in to comment.