From ec53d840e1f400eab77c869cb0689be42c05fef3 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 14:06:11 -0600 Subject: [PATCH] export path --- .forgejo/workflows/check.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |