Skip to content

Commit

Permalink
update sudo update
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 28, 2023
1 parent 70c6517 commit 64ccb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Unit-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
psql -U postgres -h localhost -p 5434 raw < tests/fixtures/pokhara.sql
- name: Install gdal
run: sudo apt-get -y install gdal-bin python3-gdal && sudo apt-get -y autoremove && sudo apt-get clean
run: sudo apt-get update && sudo apt-get -y install gdal-bin python3-gdal && sudo apt-get -y autoremove && sudo apt-get clean

- name: Install redis
run: |
Expand Down

0 comments on commit 64ccb7b

Please sign in to comment.