Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
downgrading gcc (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymshenyu authored May 7, 2020
1 parent 3305c41 commit 6052d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-simpleplugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
if: matrix.platform == 'ubuntu-16.04'
shell: bash
env:
CC: gcc-9
CXX: gcc-9
CC: gcc-7
CXX: gcc-7
BOOST_ROOT: "/usr/local/share/boost/1.72.0"
CXXFLAGS: -fno-sized-deallocation
run: |
Expand Down

0 comments on commit 6052d5d

Please sign in to comment.