Skip to content

Commit 107a076

Browse files
committed
WIP
1 parent 885987a commit 107a076

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ jobs:
196196
run: |
197197
echo "At start of Make target"
198198
echo "PWD is $(pwd), wc is ${{ env.wc }}, BUILD is ${{ env.build }}"
199-
ls -lha
200-
echo "dot dot ls"
201-
ls -lha ..
199+
echo "==== listing grandparent tree"
200+
find ../..
201+
echo "===="
202202
# note: lexer.h first, because parser.? depends on it
203203
find . -name 'lexer.?' -exec touch '{}' \; # workaround for git checkout timestamps
204204
find . -name 'parser.?' -exec touch '{}' \; # workaround for git checkout timestamps

0 commit comments

Comments
 (0)