commit 5051f59d3dfda2dd10cfd7ece1619967e63ce91e from: Thomas Böhler date: Sun Aug 6 14:19:15 2023 UTC ci: Fetch dependencies prior to building Signed-off-by: Thomas Böhler commit - 37b7dc6f9852c4c2aa4a4465a31fc32b50bd91f3 commit + 5051f59d3dfda2dd10cfd7ece1619967e63ce91e blob - ed1442f5bb31632c85af539aa502e6034aacdf75 blob + 400b19a6e0d5c802ad24d8ae45582d54f8f8f5ae --- .build.yml +++ .build.yml @@ -8,12 +8,15 @@ packages: sources: - https://git.sr.ht/~witcher/rss-email tasks: + - fetch: | + cd rss-email + cargo fetch --locked - format: | cd rss-email cargo fmt -- --check - clippy: | cd rss-email - cargo clippy -- -D warnings + cargo clippy --frozen -- -D warnings - build: | cd rss-email - cargo build + cargo build --frozen