File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
required-ros-distributions : ${{ matrix.ros_distribution }}
53
53
54
54
- name : Setup Rust
55
- uses : dtolnay/rust-toolchain@stable
55
+ uses : dtolnay/rust-toolchain@1.63.0
56
56
with :
57
57
components : clippy, rustfmt
58
58
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
11
11
&& rm -rf /var/lib/apt/lists/*
12
12
13
13
# Install Rust and the cargo-ament-build plugin
14
- RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.62 .0 -y
14
+ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.63 .0 -y
15
15
ENV PATH=/root/.cargo/bin:$PATH
16
16
RUN cargo install cargo-ament-build
17
17
@@ -21,4 +21,4 @@ RUN pip install --upgrade pytest
21
21
RUN pip install git+https://github.com/colcon/colcon-cargo.git git+https://github.com/colcon/colcon-ros-cargo.git
22
22
23
23
RUN mkdir -p /workspace && echo "Did you forget to mount the repository into the Docker container?" > /workspace/HELLO.txt
24
- WORKDIR /workspace
24
+ WORKDIR /workspace
You can’t perform that action at this time.
0 commit comments