diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index d6822bb..d8c2a2a 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -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