Skip to content

Commit

Permalink
change apt-fast to apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Dec 9, 2024
1 parent 841b827 commit 17649b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17649b7

Please sign in to comment.