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