diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index b5a50a7..27d4e7b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -20,7 +20,9 @@ jobs: - name: Install dependencies run: | apt-get install -y curl gcc git - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > ./rustup.sh + chmod +x rustup.sh + ./rustup.sh -y - name: Running testbench run: |