Skip to content

Commit 83d0ffd

Browse files
committed
s
1 parent ed68f15 commit 83d0ffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scriptcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: run dmake
3333
run: |
3434
set -x
35-
echo "#include <execinfo.h>" | $(CXX) -c -xc - 2> /dev/null && echo "1" || echo "0"
35+
echo "#include <execinfo.h>" | g++ -c -xc - 2> /dev/null && echo "1" || echo "0"
3636
make -j3 CXXOPTS="-Werror" run-dmake
3737
3838
- name: check diff

0 commit comments

Comments
 (0)