From 53e6efa7728ffb7a8e047233765982b8ff3ea663 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 14 Jul 2024 22:50:28 +0200 Subject: [PATCH] fixie --- .github/workflows/ficus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ficus.yml b/.github/workflows/ficus.yml index e9c8923d1..e027dea0a 100644 --- a/.github/workflows/ficus.yml +++ b/.github/workflows/ficus.yml @@ -74,7 +74,7 @@ jobs: run: cd ${{github.workspace}} && tar xf toolchain-generic.tar.xz - name: Build ficus toolchain - run: source ${{github.workspace}}/env.sh && ${{github.workspace}}/ficus-toolchain/build-all.sh s2only + run: source ${{github.workspace}}/env.sh && ${{github.workspace}}/ficus-toolchain/build-all.sh all - name: Tar the toolchain run: cd ${{github.workspace}} && tar -czvf toolchain-ficus.tar.xz toolchain sysroot