From 17649b7b28a06f24af893c4ebdb9cec76c5b5a2e Mon Sep 17 00:00:00 2001 From: Bryon Lewis Date: Mon, 9 Dec 2024 10:31:29 -0500 Subject: [PATCH] change apt-fast to 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..b581fc7 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: apt-get install --no-install-recommends --yes libgdal30 libproj22 python3-cachecontrol