mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-31 16:19:10 +00:00
Update rust version and use minimal profile for CI
This commit is contained in:
parent
d3bd2774dc
commit
83fd44eeef
5 changed files with 79 additions and 78 deletions
|
@ -11,6 +11,7 @@ cache: cargo
|
|||
before_install:
|
||||
- sudo curl -L https://github.com/hadolint/hadolint/releases/download/v$HADOLINT_VERSION/hadolint-$(uname -s)-$(uname -m) -o /usr/local/bin/hadolint
|
||||
- sudo chmod +rx /usr/local/bin/hadolint
|
||||
- rustup set profile minimal
|
||||
|
||||
# Nothing to install
|
||||
install: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue