mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 08:37:51 +01:00
fixie
This commit is contained in:
2
.github/workflows/ficus.yml
vendored
2
.github/workflows/ficus.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user