Skip to content

Commit 979f01e

Browse files
committed
ci : Update cache directory name
Update cache directory name Signed-off-by: Salendarsingh Gaud <sgaud@qti.qualcomm.com>
1 parent 4993d30 commit 979f01e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build_yocto/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ runs:
3838
set -ex
3939
4040
# use a monthly sstate cache folder
41-
echo "DL_DIR=${{inputs.cache_dir}}/downloads" >> $GITHUB_ENV
42-
echo "SSTATE_DIR=${{inputs.cache_dir}}/sstate-cache-$(date '+%Y-%m')" >> $GITHUB_ENV
41+
echo "DL_DIR=${{inputs.cache_dir}}/downloads-1" >> $GITHUB_ENV
42+
echo "SSTATE_DIR=${{inputs.cache_dir}}/sstate-cache-$(date '+%Y-%m')-1" >> $GITHUB_ENV
4343
4444
workspace=${{ inputs.workspace_path }}
4545
s3_bucket=${{ inputs.s3_bucket }}

0 commit comments

Comments
 (0)