diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index adb8272..d21d1f1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Update - run: apt-get update && apt-get install -y wget gpg sudo bash + run: sudo apt-get clean && sudo apt-get update && sudo apt-get install -y wget gpg bash - name: Setup MPR. shell: bash run: |