Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 59cca8e

Browse files
committed
Workflows: Chmod 777 for GITHUB_WORKSPACE/tmp
1 parent e6ed1a0 commit 59cca8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-rpi4-lean-openwrt-new.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ jobs:
211211
sudo mount -o nossd,compress=zstd $ROOT_LOOP_DEVNAME $GITHUB_WORKSPACE
212212
sudo chown -R runner:runner $GITHUB_WORKSPACE
213213
mkdir $GITHUB_WORKSPACE/tmp
214+
chmod 777 $GITHUB_WORKSPACE/tmp
214215
sudo cp -rp /tmp/* $GITHUB_WORKSPACE/tmp
215216
sudo mount -B $GITHUB_WORKSPACE/tmp /tmp
216217
df -hT $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)