summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bd5c894..5c0afb1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -404,8 +404,8 @@ jobs:
- name: Environment info
run: |
- echo && type $CC && which $CC && $CC --version
- echo && type $CXX && which $CXX && $CXX --version
+ echo && type cc && which cc && cc --version
+ echo && type c++ && which c++ && c++ --version
- name: examples
run: make V=1 clean examples