Browse Source

(#4) test test-third-party-build using clang

rexim 5 years ago
parent
commit
bfcbc37544
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -25,8 +25,8 @@ jobs:
         run: |
         run: |
           make -B
           make -B
         env:
         env:
-          CC: gcc
-          CXX: g++
+          CC: clang
+          CXX: clang++
 
 
   build-linux-gcc:
   build-linux-gcc:
     runs-on: ubuntu-18.04
     runs-on: ubuntu-18.04