Skip to content

Commit

Permalink
Install gcc-6 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Mar 10, 2022
1 parent 91fad71 commit 035ff61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 035ff61

Please sign in to comment.