Skip to content

Commit

Permalink
Use cargo-contract master
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Feb 4, 2025
1 parent ef2ccfe commit 2be1e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN apt-get install -y --no-install-recommends clang lld && \
RUN cargo install zepter --locked --version 1.5.1

RUN cargo install --git https://github.com/paritytech/cargo-contract \
--locked --branch cmichi-remove-wasm-default-to-revive
--locked --branch master

RUN cargo install subkey

Expand Down Expand Up @@ -154,4 +154,4 @@ RUN rm -rf "${CARGO_HOME}/registry" "${CARGO_HOME}/git" && \
rm -rf /var/lib/apt/lists/* \
rm -rf /usr/local/doc \
rm -rf /usr/lib/llvm-11 \
rm -rf /tmp/*
rm -rf /tmp/*

0 comments on commit 2be1e25

Please sign in to comment.