From 56486aa62298a80092b4de1a5efe48b97a635e3c Mon Sep 17 00:00:00 2001 From: Bryon Lewis Date: Mon, 9 Dec 2024 11:11:21 -0500 Subject: [PATCH] convert to sudo apt-get --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9f5dc6..db486eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -92,7 +92,7 @@ jobs: - name: Update Package References run: sudo apt-get update - name: Install system dependencies - run: apt-fast install --no-install-recommends --yes + run: sudo apt-get install --no-install-recommends --yes libgdal30 libproj22 python3-cachecontrol