We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ada61b commit 076b3d5Copy full SHA for 076b3d5
.github/workflows/ci.yml
@@ -653,7 +653,7 @@ jobs:
653
# Download cached source files
654
mkdir -p ${WORKSPACE}/sources
655
pushd ${WORKSPACE}/sources
656
- aws s3 sync ${SRC_CACHE_URI} .
+ aws s3 sync --quiet ${SRC_CACHE_URI} .
657
popd
658
659
# Export environment variables
@@ -925,6 +925,8 @@ jobs:
925
pushd ${POKY_DOWNLOADS}
926
aws s3 sync ${SRC_CACHE_URI} .
927
928
+ sudo chmod -R 777 ${GITHUB_WORKSPACE}
929
+ sudo chmod -R 777 ${RUNNER_TEMP}
930
931
932
echo "SRC_CACHE_URI=${SRC_CACHE_URI}" >> $GITHUB_ENV
0 commit comments