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