diff options
author | Alex Auvolat <alex@adnab.me> | 2021-04-05 20:00:48 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-27 16:37:09 +0200 |
commit | 15ae74b080d2199dfe6ac076235651ca4dc4fe08 (patch) | |
tree | 9a56985cad2f57299397e1e2c334ee126ea64ffe /.drone.yml | |
parent | 379af242ae91d3e39f6d350ef94ef5031cef2316 (diff) | |
download | garage-15ae74b080d2199dfe6ac076235651ca4dc4fe08.tar.gz garage-15ae74b080d2199dfe6ac076235651ca4dc4fe08.zip |
Install rustfmt
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,6 +36,7 @@ steps: commands: - apt-get update - apt-get install --yes libsodium-dev + - rustup component add rustfmt - pwd - cargo fmt -- --check - cargo build @@ -115,6 +116,6 @@ steps: --- kind: signature -hmac: 14e8b4c527f176e6219ff6bd5f6e34522fca2fad756baa62e72783247bf88d78 +hmac: 0fd1c04714fee173821840a1b8383b105339dc2510067cbad8d16937d6dc15f4 ... |