Skip to content

Commit b8ca24a

Browse files
committed
check what the permission issue is
1 parent 2c0afc1 commit b8ca24a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232

3333
- name: build
3434
run: |
35+
echo "=== WHO AM I? ==="
36+
id
37+
echo "=== WHO OWNS THIS DIRECTORY? ==="
38+
ls -ld .
3539
make
3640
mkdir -p dist
3741
mv switch-time.nro dist

0 commit comments

Comments
 (0)