From fae6ec8edffa058163bcd1093f257c0a5a3b4eb9 Mon Sep 17 00:00:00 2001 From: Stefan Baebler Date: Mon, 4 May 2020 19:21:41 +0200 Subject: [PATCH] install gdal --- .github/workflows/make.yml | 3 +++ 1 file changed, 3 insertions(+) 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