CI: build: skip sdk adapt to external toolchain on cache hit
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 7 Dec 2022 17:09:18 +0000 (18:09 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 7 Dec 2022 17:18:25 +0000 (18:18 +0100)
commit50ad1e5619b7c28b6bda96b67d4cc14091e9e4db
tree195d261c84044a8561876bddb7ddde2999796edf
parent50d255d4a8e8a89ce4b593b3c6b5c4484798553b
CI: build: skip sdk adapt to external toolchain on cache hit

On cache hit, skip sdk adapt to external toolchain. This is needed because we
cache the already extracted sdk and that is already adapted to be used
as external toolchain.

Rerunning the adap step will result in the test to fail for missing file
as the file are already got wrapped to the external toolchain format.

Fixes: 42f0ab028e2e ("CI: build: fix use of sdk as toolchain")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 99eaedfe3966b1ca812e8a962197cf91286247f7)
.github/workflows/build.yml