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