Skip to content

Commit

Permalink
ci: kas can run from the root dir
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Oct 15, 2024
1 parent 49db29b commit 142735c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,4 @@ jobs:
export SSTATE_DIR=${PERSISTENT_DIR}/sstate-cache
mkdir -p $DL_DIR
mkdir -p $SSTATE_DIR
mkdir build
cd build
kas build ../ci/${{ matrix.machine }}.yml
kas build ci/${{ matrix.machine }}.yml

0 comments on commit 142735c

Please sign in to comment.