From 5d427777a665db97ceb9db10e246fd9a08f2dd66 Mon Sep 17 00:00:00 2001 From: Michal Rostecki Date: Tue, 12 Nov 2024 17:51:05 +0100 Subject: [PATCH] ci: Build the base system after bootstraping the toolchain The previous sanity check command was incorrect. Furthermore, it's better to bootstrap the whole base system to make sure that the toolchain works. Signed-off-by: Michal Rostecki --- .github/workflows/crossdev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml index 321bb31..5476bcf 100644 --- a/.github/workflows/crossdev.yml +++ b/.github/workflows/crossdev.yml @@ -44,5 +44,5 @@ jobs: # zstd and its dependencies need both C and C++ toolchain. If any of them # is broken, the installation will fail. - run: ${{ matrix.target }}-emerge app-arch/zstd + ${{ matrix.target }}-emerge @system "