mirror of
https://github.com/uroni/fuseuring.git
synced 2025-10-26 11:19:19 +00:00
Update c-cpp.yml
This commit is contained in:
parent
191cd28864
commit
555de9e452
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user