Browse Source

add gcc build target

Kim Kulling 5 years ago
parent
commit
603a1200a2
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/ccpp.yml

+ 4 - 1
.github/workflows/ccpp.yml

@@ -19,9 +19,12 @@ jobs:
           - os: windows-latest
             cxx: cl.exe
             cc: cl.exe
-          - os: ubuntu-latest
+          - os: ubuntu-latest.clang
             cxx: clang++
             cc: clang
+          - os: ubuntu-latest.gcc
+            cxx: g++
+            cc: gcc
           - os: macos-latest
             cxx: clang++
             cc: clang