We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f49cef commit 885987aCopy full SHA for 885987a
1 file changed
.github/workflows/ci.yml
@@ -196,6 +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 ..
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