diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 91873f5..273ab2d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -27,7 +27,8 @@ jobs: - name: Install deps run: | apt-get update; apt-get install -y libdbus-1-3 libdbus-1-dev libdbus-1-3 pkg-config - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o /tmp/inst_rustup.sh + bash /tmp/inst_rustup.sh -y rustup toolchain install stable-x86_64-unknown-linux-gnu - name: Build binary run: |