fix: CI: switch to nightly in build step
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2024-05-07 16:49:38 +05:30
parent 9afc34740a
commit 2394a74b22
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 1 deletions

View File

@ -9,9 +9,9 @@ steps:
# - curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
# - apt update && apt-get -y --no-install-recommends install nodejs tar gpg curl wget
- rustup toolchain install nightly
- rustup override set nightly
- rustup component add rustfmt
- rustup component add clippy
- rustup override set nightly
- make db.migrate
- make lint
- make test