Skip to content

Commit 885987a

Browse files
committed
tmp: WIP ls
1 parent 1f49cef commit 885987a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +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 ..
199202
# note: lexer.h first, because parser.? depends on it
200203
find . -name 'lexer.?' -exec touch '{}' \; # workaround for git checkout timestamps
201204
find . -name 'parser.?' -exec touch '{}' \; # workaround for git checkout timestamps

0 commit comments

Comments
 (0)