Skip to content

Commit b6e31f3

Browse files
committed
debug
Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent 65cb036 commit b6e31f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,14 @@ jobs:
7070
mkdir -p /cache/{downloads,sstate-cache}
7171
ln -s /cache/downloads
7272
ln -s /cache/sstate-cache
73+
pwd
74+
ls -l
7375
7476
- name: Build QLI
7577
run: |
7678
cd QLI
79+
pwd
80+
ls -l
7781
# FIXME: apply_poky_patches() fails in setup-environment and it's not
7882
# needed, so skip it for now, until it's fixed properly.
7983
sed -i '/ apply_poky_patches/d' setup-environment

0 commit comments

Comments
 (0)