Skip to content

Commit

Permalink
use gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Feb 8, 2021
1 parent 88d7c04 commit 79b7c36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cdraco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
matrix:
include:
- os: ubuntu-latest
cc: clang
cxx: clang++
cc: gcc-10
cxx: g++-10
generator: Unix Makefiles
libname: libcdraco_linux_amd64
- os: macos-latest
cc: clang
cxx: clang++
cc: gcc-10
cxx: gcc-10
generator: Unix Makefiles
libname: libcdraco_darwin_amd64
- os: windows-latest
Expand Down

0 comments on commit 79b7c36

Please sign in to comment.