We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed68f15 commit 83d0ffdCopy full SHA for 83d0ffd
1 file changed
.github/workflows/scriptcheck.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: run dmake
33
run: |
34
set -x
35
- echo "#include <execinfo.h>" | $(CXX) -c -xc - 2> /dev/null && echo "1" || echo "0"
+ echo "#include <execinfo.h>" | g++ -c -xc - 2> /dev/null && echo "1" || echo "0"
36
make -j3 CXXOPTS="-Werror" run-dmake
37
38
- name: check diff
0 commit comments