fix(ci): add explicit rust-script version to app-image build
This commit is contained in:
parent
38b4d437f3
commit
c23d99311a
2
.github/scripts/ubuntu/Dockerfile
vendored
2
.github/scripts/ubuntu/Dockerfile
vendored
|
@ -31,7 +31,7 @@ RUN set -eux; \
|
|||
cargo --version; \
|
||||
rustc --version;
|
||||
|
||||
RUN mkdir espanso && cargo install --force cargo-make --version 0.34.0
|
||||
RUN mkdir espanso && cargo install rust-script --version "0.7.0" && cargo install --force cargo-make --version 0.34.0
|
||||
|
||||
COPY . espanso
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user