Commit Diff


commit - 95ad706fd84e7adc63e34223fa03b7d5066bee29
commit + db2d759afc549523695f5bcca317622398e87599
blob - 0eb66d3b6093373b1e3e8f511108bd781cd603f1
blob + 495c483b99102c86f026c804b7e579ae1827c7af
--- .build.yml
+++ .build.yml
@@ -6,7 +6,7 @@ triggers:
 artifacts:
   - rss-email/rss-email.tar.gz
 packages:
-  - rustup
+  - rust
   - curl
   - git
   - sqlite-dev
@@ -14,11 +14,6 @@ packages:
 sources:
   - https://git.sr.ht/~witcher/rss-email
 tasks:
-  - setup: |
-      rustup-init --no-modify-path --profile minimal --default-toolchain stable --component rustfmt --component clippy -y
-      echo ". $HOME/.cargo/env" >> ~/.buildenv
-  - version: |
-      rustc -V
   - format: |
       cd rss-email
       cargo fmt -- --check