We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cb036 commit b6e31f3Copy full SHA for b6e31f3
.github/workflows/build.yml
@@ -70,10 +70,14 @@ jobs:
70
mkdir -p /cache/{downloads,sstate-cache}
71
ln -s /cache/downloads
72
ln -s /cache/sstate-cache
73
+ pwd
74
+ ls -l
75
76
- name: Build QLI
77
run: |
78
cd QLI
79
80
81
# FIXME: apply_poky_patches() fails in setup-environment and it's not
82
# needed, so skip it for now, until it's fixed properly.
83
sed -i '/ apply_poky_patches/d' setup-environment
0 commit comments