From 4911caa05267a08c9e699d2c875cddc8932a9014 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 14:12:15 -0600 Subject: [PATCH] all in one step --- .forgejo/workflows/check.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 19b81cf..7784d54 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -10,6 +10,7 @@ jobs: container: image: docker.io/node:20-bookworm steps: + - uses: actions/checkout@v4 - run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable --profile minimal -y export PATH=$PATH:/root/.cargo/bin @@ -19,8 +20,6 @@ jobs: 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 yes | cargo binstall cargo-zigbuild - - uses: actions/checkout@v4 - - run: | cargo clippy --no-default-features -- -D warnings cargo zigbuild --target x86_64-unknown-linux-musl cargo zigbuild --target armv7-unknown-linux-musleabihf