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