ci: build: verify downloaded toolchain tarball
authorPetr Štetiar <ynezz@true.cz>
Fri, 26 May 2023 09:41:18 +0000 (11:41 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 31 May 2023 17:32:58 +0000 (19:32 +0200)
commit95dde523297c652072ee96ac32d22912a43ef761
tree202200cfea0bbf4c686cb600c35df10c550b641b
parent567784127e92ba6f9291adb1a546f567e50d9850
ci: build: verify downloaded toolchain tarball

CDNs are known to ship outdated or corrupted files, if it unpacks
correctly, it necessarily doesn't mean, that we're using the desired
content. So lets fix it by checking the tarball as well.

I'm adding GPG checking explicitly, its not needed, but just double
checking, that everything is working as expected on build
infrastructure.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
.github/workflows/build.yml