diff --git a/.github/workflows/yocto-build-deploy.yml b/.github/workflows/yocto-build-deploy.yml index 42bfd7f37..f292f3071 100644 --- a/.github/workflows/yocto-build-deploy.yml +++ b/.github/workflows/yocto-build-deploy.yml @@ -554,11 +554,8 @@ jobs: key: ${{ inputs.machine }}-sstate-${{ github.sha }} restore-keys: | ${{ inputs.machine }}-sstate- - # FIXME: Include the shared-downloads directory with the sstate cache for now until - # we fully switch to AWS S3 for shared-downloads path: | ${{ github.workspace }}/shared/${{ inputs.machine }}/sstate - ${{ github.workspace }}/shared/shared-downloads # All preperation complete before this step # Start building balenaOS @@ -624,11 +621,8 @@ jobs: region: local use-fallback: ${{ github.event.repository.private != true }} key: ${{ inputs.machine }}-sstate-${{ github.sha }} - # FIXME: Include the shared-downloads directory with the sstate cache for now until - # we fully switch to AWS S3 for shared-downloads path: | ${{ github.workspace }}/shared/${{ inputs.machine }}/sstate - ${{ github.workspace }}/shared/shared-downloads # https://github.com/unfor19/install-aws-cli-action - name: Setup awscli