ci: footprint: call west update
Call west update after git checkout. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a036d256a9
commit
1925c69e81
1 changed files with 1 additions and 0 deletions
1
.github/workflows/footprint.yml
vendored
1
.github/workflows/footprint.yml
vendored
|
@ -55,6 +55,7 @@ jobs:
|
||||||
git remote -v
|
git remote -v
|
||||||
git rebase origin/${BASE_REF}
|
git rebase origin/${BASE_REF}
|
||||||
git checkout -b this_pr
|
git checkout -b this_pr
|
||||||
|
west update
|
||||||
west build -b frdm_k64f tests/benchmarks/footprints -t ram_report
|
west build -b frdm_k64f tests/benchmarks/footprints -t ram_report
|
||||||
cp build/ram.json ram2.json
|
cp build/ram.json ram2.json
|
||||||
west build -b frdm_k64f tests/benchmarks/footprints -t rom_report
|
west build -b frdm_k64f tests/benchmarks/footprints -t rom_report
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue