CI: build: disable cache of external toolchain/sdk
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 21 Mar 2023 23:45:06 +0000 (00:45 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 22 Mar 2023 00:07:57 +0000 (01:07 +0100)
commita2973060ea354647e9684c5a386252cce965fcbc
tree60435f067919637443fce1e787f1378233e0b4c4
parent0c2b591b845640a733b5ead84970918e9240ebd5
CI: build: disable cache of external toolchain/sdk

Our buildbot build a different external toolchain/sdk for each build.
This cause the idea of using the tar hash to cache it broken and wrong.
This makes the github cache bloated and remove space for ccache cache.

Drop cache for external toolchain/sdk as the feature is broken and cause
problems to ccache cache.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/build.yml