Skip to content

Commit 076b3d5

Browse files
committed
permissions
Signed-off-by: Anas Nashif <[email protected]>
1 parent 4ada61b commit 076b3d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ jobs:
653653
# Download cached source files
654654
mkdir -p ${WORKSPACE}/sources
655655
pushd ${WORKSPACE}/sources
656-
aws s3 sync ${SRC_CACHE_URI} .
656+
aws s3 sync --quiet ${SRC_CACHE_URI} .
657657
popd
658658
659659
# Export environment variables
@@ -925,6 +925,8 @@ jobs:
925925
pushd ${POKY_DOWNLOADS}
926926
aws s3 sync ${SRC_CACHE_URI} .
927927
popd
928+
sudo chmod -R 777 ${GITHUB_WORKSPACE}
929+
sudo chmod -R 777 ${RUNNER_TEMP}
928930
929931
# Export environment variables
930932
echo "SRC_CACHE_URI=${SRC_CACHE_URI}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)