We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d0ffd commit df0395bCopy full SHA for df0395b
1 file changed
.github/workflows/scriptcheck.yml
@@ -31,8 +31,6 @@ jobs:
31
32
- name: run dmake
33
run: |
34
- set -x
35
- 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