We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885987a commit 107a076Copy full SHA for 107a076
1 file changed
.github/workflows/ci.yml
@@ -196,9 +196,9 @@ jobs:
196
run: |
197
echo "At start of Make target"
198
echo "PWD is $(pwd), wc is ${{ env.wc }}, BUILD is ${{ env.build }}"
199
- ls -lha
200
- echo "dot dot ls"
201
- ls -lha ..
+ echo "==== listing grandparent tree"
+ find ../..
+ echo "===="
202
# note: lexer.h first, because parser.? depends on it
203
find . -name 'lexer.?' -exec touch '{}' \; # workaround for git checkout timestamps
204
find . -name 'parser.?' -exec touch '{}' \; # workaround for git checkout timestamps
0 commit comments