commit 7a72184bce2f6fb5aaab36b10f8509fdfa1a33dc from: witcher date: Thu May 5 18:26:18 2022 UTC ci: change image to alpine/edge commit - 09b2ae325c22472b7514ba86ef9910965886ec8d commit + 7a72184bce2f6fb5aaab36b10f8509fdfa1a33dc blob - 56eaf1c2d789ee5231ebc65653d06da4a0e22847 blob + 7eda8176b8cbce1bb28b943df84167fd9938c5e9 --- .build.yml +++ .build.yml @@ -1,15 +1,18 @@ -image: archlinux +image: alpine/edge triggers: - action: email condition: failure to: witcher packages: - rustup + - curl + - git sources: - https://git.sr.ht/~witcher/todoist-to-todotxt tasks: - setup: | - rustup default nightly + rustup-init --no-modify-path --profile minimal --default-toolchain nightly --component rustfmt --component clippy -y + echo ". $HOME/.cargo/env" >> ~/.buildenv - version: | rustc -V - verify: |