Remove invalid variable
This commit is contained in:
parent
099d9a28a0
commit
d93bc67c46
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -404,8 +404,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Environment info
|
- name: Environment info
|
||||||
run: |
|
run: |
|
||||||
echo && type $CC && which $CC && $CC --version
|
echo && type cc && which cc && cc --version
|
||||||
echo && type $CXX && which $CXX && $CXX --version
|
echo && type c++ && which c++ && c++ --version
|
||||||
|
|
||||||
- name: examples
|
- name: examples
|
||||||
run: make V=1 clean examples
|
run: make V=1 clean examples
|
||||||
|
Loading…
Reference in New Issue
Block a user