Skip to content

Commit 4807a60

Browse files
committed
build.yml: debug permissions error WIP
Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
1 parent 722956f commit 4807a60

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@ jobs:
103103
ref: 480afdc3d15bb9ec5b72b100581badea11e779f8
104104
path: 3rdparty/blobs/mainboard
105105
token: ${{ secrets.NCM_BLOBS_TOKEN }}
106+
- name: Debug permissions
107+
run: |
108+
id
109+
ls -ld util util/kconfig util/kconfig/Makefile.mk
110+
getfacl util/kconfig/Makefile.mk || true
111+
cat util/kconfig/Makefile.mk || echo "CANNOT READ"
112+
- name: Fix permissions
113+
run: |
114+
chmod 755 util
115+
chmod 755 util/kconfig
116+
chmod 644 util/kconfig/Makefile.mk
106117
- name: Build Dasharo
107118
run: |
108119
./build.sh ${{ matrix.model }}

0 commit comments

Comments
 (0)