mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-26 07:16:11 +01:00
Fix linux build action
This commit is contained in:
parent
6c184d10b4
commit
3e583f5eeb
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user