Skip to content

Commit

Permalink
Use g++ 10
Browse files Browse the repository at this point in the history
  • Loading branch information
otreblan committed Jun 2, 2020
1 parent a46b4f6 commit 95b0ee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ on:

jobs:
ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2

- name: deps
run: sudo apt install asciidoctor
run: sudo apt install asciidoctor g++-10

- name: configure
run: CXXFLAGS="-O2 -pipe -fno-plt" cmake
-DCMAKE_CXX_COMPILER=g++-9
-DCMAKE_CXX_COMPILER=g++-10
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/usr
-B build
Expand Down

0 comments on commit 95b0ee2

Please sign in to comment.