From 28841e36ed44279b054cf476405fb74823352edc Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sun, 26 Jan 2025 10:19:13 -0500 Subject: [PATCH] feat: Testing just installing just with apt, not using action --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |