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