Skip to content

Commit 69762de

Browse files
authored
WIP
1 parent b0c37dc commit 69762de

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
@@ -84,6 +84,10 @@ jobs:
8484
8585
# Append the modifications to GITHUB_PATH
8686
echo "$DELTA_PATH" >> $GITHUB_PATH
87+
echo "DELTA_PATH: $DELTA_PATH"
88+
89+
# Adjust file permissions for caching (needed for Rocker)
90+
chmod -R u+r /home/runner/work/rockbox/rockbox
8791
8892
- name: Add /tmp/local/bin to PATH
8993
run: |

0 commit comments

Comments
 (0)