aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-09-20 15:59:52 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-09-20 16:01:42 +0200
commit68cb4d5482649baca3a79d3fd0e3449a6af0533b (patch)
tree64a54012efbac76bca6c5f0d8214fdae44743bc8
parentfd3a153103029cf7b740e3feeb27eadf5fa4eefc (diff)
downloaddiplonat-68cb4d5482649baca3a79d3fd0e3449a6af0533b.tar.gz
diplonat-68cb4d5482649baca3a79d3fd0e3449a6af0533b.zip
Use the official rust image
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 8c1663a..f431761 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,8 +7,9 @@ workspace:
steps:
- name: code style
- image: rustlang/rust:nightly-slim
+ image: rust:1.47
commands:
+ - rustup toolchain install nightly-x86_64-unknown-linux-gnu
- rustup component add rustfmt --toolchain nightly
- cargo +nightly fmt --all -- --check
# - name: code quality