diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 61c8f10..26a8cf7 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -12,11 +12,12 @@ jobs: steps: - run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable --profile minimal -y - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + export PATH=$PATH:/root/.cargo/bin rustup target add x86_64-unknown-linux-musl rustup target add armv7-unknown-linux-musleabihf 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 - uses: actions/checkout@v4 - run: |