Skip to content

Commit

Permalink
ci: Fix paths to KAS files
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Doan <[email protected]>
  • Loading branch information
doanac authored and ricardosalveti committed Sep 5, 2024
1 parent a191cd1 commit f4c1504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
with:
fetch-depth: 0

- name: Compile
- name: Compile RB3Gen2
run: |
export DL_DIR=/srv/gh-runners/quic-yocto/downloads
export SSTATE_DIR=/srv/gh-runners/quic-yocto/sstate-cache
mkdir -p $DL_DIR
mkdir -p $SSTATE_DIR
mkdir build
cd build
kas build ../kas/qcs6490-rb3gen2-core-kit.yml
kas build ../ci/qcs6490-rb3gen2-core-kit.yml
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
with:
fetch-depth: 0

- name: Compile
- name: Compile RB3Gen2
run: |
export DL_DIR=/srv/gh-runners/quic-yocto/downloads
export SSTATE_DIR=/srv/gh-runners/quic-yocto/sstate-cache
mkdir -p $DL_DIR
mkdir -p $SSTATE_DIR
mkdir build
cd build
kas build ../kas/qcs6490-rb3gen2-core-kit.yml
kas build ../ci/qcs6490-rb3gen2-core-kit.yml

0 comments on commit f4c1504

Please sign in to comment.