Skip to content

Commit

Permalink
install gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed May 4, 2020
1 parent 6b73030 commit fae6ec8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Install gdal
run: sudo apt-get install gdal-bin

# Runs a single command using the runners shell
- name: Run make
run: make
Expand Down

0 comments on commit fae6ec8

Please sign in to comment.