Skip to content

Commit ed68f15

Browse files
committed
s
1 parent bce84b1 commit ed68f15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/scriptcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131

3232
- name: run dmake
3333
run: |
34+
set -x
35+
echo "#include <execinfo.h>" | $(CXX) -c -xc - 2> /dev/null && echo "1" || echo "0"
3436
make -j3 CXXOPTS="-Werror" run-dmake
3537
3638
- name: check diff

0 commit comments

Comments
 (0)