Skip to content

Commit

Permalink
ci: Build the base system after bootstraping the toolchain
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vadorovsky committed Nov 12, 2024
1 parent a46280d commit 5d42777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crossdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
"

0 comments on commit 5d42777

Please sign in to comment.