Skip to content

Commit

Permalink
a build experiment, ubuntu-20.04 with "10-2020-q4-major" toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
aegean-odyssey committed Jan 20, 2021
1 parent 5a53b47 commit f7deb8c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
- uses: actions/checkout@v2

- name: toolchain
run: |
PKGS='gcc-arm-none-eabi'
PKGS="$PKGS libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib"
sudo apt-get update -q -q ###AO### && sudo apt-get upgrade --yes
sudo apt-get install --no-install-recommends --yes $PKGS
uses: aegean-odyssey/gcc-arm-none-eabi@v1
#
# - name: toolchain
# run: |
# PKGS='gcc-arm-none-eabi'
# PKGS="$PKGS libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib"
# sudo apt-get update -q -q ###AO### && sudo apt-get upgrade --yes
# sudo apt-get install --no-install-recommends --yes $PKGS

- name: compile
run: |
Expand Down

0 comments on commit f7deb8c

Please sign in to comment.