Update c-cpp.yml

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

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install GCC 10
run: sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa && sudo apt update && sudo apt install g++-10
run: sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa && sudo apt update && sudo apt install g++-10 libstdc++-10-dev
- name: autoconf
run: autoreconf --install
- name: configure