Fix linux build action

This commit is contained in:
Pierre Dejoue 2020-08-06 19:36:19 +02:00
parent 6c184d10b4
commit 3e583f5eeb

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: dnf install -yq cmake ninja-build clang-tools-extra python3-PyYAML
run: dnf install -yq cmake ninja-build gcc-c++ clang-tools-extra python3-PyYAML
- name: Build with GCC
run: |