From 035ff610cdb5465548cf26dec35c405d877b6f8c Mon Sep 17 00:00:00 2001 From: Brian Reavis Date: Thu, 10 Mar 2022 10:34:55 -0800 Subject: [PATCH] Install gcc-6 (https://github.com/naturalatlas/node-gdal/issues/286) --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8e4d356..9be9dc79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,9 @@ jobs: - run: npm install node-gyp@8.3.0 --global - run: npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" if: ${{ runner.os == 'Windows' }} + - name: Install gcc-6 + if: ${{ runner.os == 'Linux' }} + run: sudo apt-get install -y gcc-6 g++-6 - name: GCC Flags if: ${{ runner.os == 'Linux' }} run: |