From 76977b9e90cdd7b7adfd829955900faba148fa33 Mon Sep 17 00:00:00 2001 From: bionickatana Date: Mon, 27 Jul 2026 20:19:18 -0600 Subject: [PATCH] Trying to fix runners --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a34dc2..f11e780 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: # options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5 steps: - name: Install packages - run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libvips + run: apt-get update && apt-get install --no-install-recommends -y libvips - name: Checkout code uses: actions/checkout@v6 @@ -104,7 +104,7 @@ jobs: # options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5 steps: - name: Install packages - run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libvips + run: apt-get update && apt-get install --no-install-recommends -y libvips - name: Checkout code uses: actions/checkout@v6