Skip to content

Commit

Permalink
ci: build-yocto: use the kas mirror for the ci builds
Browse files Browse the repository at this point in the history
Explicitly use the kas mirror as it is no longer used by default

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Oct 17, 2024
1 parent 691a642 commit 271c87f
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 @@ -69,4 +69,4 @@ jobs:
mkdir -p $SSTATE_DIR
mkdir build
cd build
kas build ../ci/${{ matrix.machine }}.yml
kas build ../ci/${{ matrix.machine }}.yml ../ci/mirror.yml

0 comments on commit 271c87f

Please sign in to comment.