From ea3f43684b85e84b444de806edf2769dae4b6cec Mon Sep 17 00:00:00 2001 From: Jaime Date: Tue, 11 Jun 2024 13:43:09 +0100 Subject: [PATCH] update apt cache before changing deps (#202) --- .github/workflows/testing_and_building_repo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing_and_building_repo.yml b/.github/workflows/testing_and_building_repo.yml index 9eace57..a6e2c42 100644 --- a/.github/workflows/testing_and_building_repo.yml +++ b/.github/workflows/testing_and_building_repo.yml @@ -16,6 +16,7 @@ jobs: - name: install libgd-dev and liblzma-dev run: | # https://github.com/actions/runner-images/issues/2139 + sudo apt-get update sudo apt-get remove -y nginx libgd3 sudo apt-get install -y libgd-dev liblzma-dev libcurl4-openssl-dev