Skip to content

Commit

Permalink
add apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-mcgann committed Sep 18, 2024
1 parent f856999 commit f08f0a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
go-version: '1.22'

- name: Update package lists
run: sudo apt update

- name: Install Dependencies
run: sudo apt install libproj-dev

Expand Down

0 comments on commit f08f0a1

Please sign in to comment.