Skip to content

Commit

Permalink
.github/workflows: ci: armm0-libc: install the proper toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Pisati <p.pisati@gmail.com>
  • Loading branch information
piso77 committed Nov 10, 2021
1 parent bda5fe1 commit ca8c265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
case ${{ matrix.target }} in
armm0-libc)
PKGS="sdcc"
PKGS="cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib"
echo "target=USERCPU=armm0" >> $GITHUB_ENV
echo "sub_target=libs" >> $GITHUB_ENV
;;
Expand Down

0 comments on commit ca8c265

Please sign in to comment.