Skip to content

Commit a3c766e

Browse files
Adding newlib build to the workflow
1 parent 88d5c61 commit a3c766e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_clangrt_builtins.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545

4646
- run: ./tools/build_clangrt_builtins.sh -t ${{ matrix.target.core }} -o artifact/arch/${{ matrix.target.se }}/lib
4747

48+
- run: ./tools/build_newlib.sh -t ${{ matrix.target.core }} -o artifact/arch/${{ matrix.target.se }}/lib
49+
4850
- uses: actions/upload-artifact@v4
4951
with:
5052
name: arch-${{ matrix.target.se }}

0 commit comments

Comments
 (0)