Skip to content

Commit

Permalink
Revert "ci: build-yocto: disable the sstate-mirror"
Browse files Browse the repository at this point in the history
This reverts commit a58f5a0.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose authored and ricardosalveti committed Nov 6, 2024
1 parent a2da94c commit e4fd39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
export SSTATE_DIR=${CACHE_DIR}/sstate-cache
export KAS_WORK_DIR=$PWD/../kas
mkdir $KAS_WORK_DIR
kas build ci/${{ matrix.machine }}.yml
kas build ci/mirror.yml:ci/${{ matrix.machine }}.yml
- name: Publish image
run: |
Expand Down

0 comments on commit e4fd39f

Please sign in to comment.