Skip to content

Commit

Permalink
update apt cache before changing deps (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtcsngr authored Jun 11, 2024
1 parent 685514f commit ea3f436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing_and_building_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea3f436

Please sign in to comment.