Update c-cpp.yml

This commit is contained in:
Martin Raiber 2020-11-07 17:35:38 +01:00 committed by GitHub
parent 191cd28864
commit 555de9e452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install GCC 10
run: add-apt-repository ppa:ubuntu-toolchain-r/ppa && apt update && apt install g++-10
- name: autoconf
run: autoreconf --install
- name: configure