From 0139e0c45fec2e41cec8e6777b69160d19597acf Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 14:09:34 -0600 Subject: [PATCH] yes install --- .forgejo/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 26a8cf7..19b81cf 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -18,7 +18,7 @@ jobs: rustup target add aarch64-unknown-linux-musl rustup component add clippy curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - cargo binstall cargo-zigbuild + yes | cargo binstall cargo-zigbuild - uses: actions/checkout@v4 - run: | cargo clippy --no-default-features -- -D warnings