Loading .circleci/config.yml +1 −3 Original line number Diff line number Diff line Loading @@ -177,13 +177,11 @@ jobs: type: string default: 1.33.0 macos: xcode: "9.0" xcode: "12.2.0" environment: RUST_BACKTRACE: 1 steps: - checkout - run: sudo mkdir /opt - run: sudo chown -R $USER /usr/local/ /opt - run: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain << parameters.image >> - run: sudo ln -s ~/.cargo/bin/* /usr/local/bin - run: cargo generate-lockfile Loading Loading
.circleci/config.yml +1 −3 Original line number Diff line number Diff line Loading @@ -177,13 +177,11 @@ jobs: type: string default: 1.33.0 macos: xcode: "9.0" xcode: "12.2.0" environment: RUST_BACKTRACE: 1 steps: - checkout - run: sudo mkdir /opt - run: sudo chown -R $USER /usr/local/ /opt - run: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain << parameters.image >> - run: sudo ln -s ~/.cargo/bin/* /usr/local/bin - run: cargo generate-lockfile Loading