Skip to content

Commit 51081d8

Browse files
committed
Print versions in the build log
1 parent 3932b5e commit 51081d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ RUN curl https://musl.libc.org/releases/musl-latest.tar.gz -o musl-latest.tar.gz
1212
curl --silent --location https://rpm.nodesource.com/setup_current.x | bash - && \
1313
yum -y install nodejs && \
1414
npm install -g serverless && \
15-
cargo clippy --help && \
16-
cargo fmt --version
15+
cargo clippy --version && \
16+
cargo fmt --version && \
17+
cargo make --version

0 commit comments

Comments
 (0)