Skip to content

Commit

Permalink
[CI] Windows: Enable arm-none-eabi-gcc again
Browse files Browse the repository at this point in the history
  • Loading branch information
rleh committed Sep 5, 2020
1 parent 8dcf1f1 commit d39d0e3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
PYTHONIOENCODING: "utf-8"

steps:
#- name: Install ARM Toolchain
# shell: powershell
# run: |
# Invoke-WebRequest -OutFile gcc-arm-none-eabi-win32.zip https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-win32.zip
# Expand-Archive gcc-arm-none-eabi-win32.zip -DestinationPath C:\arm-none-eabi-gcc
# dir C:\arm-none-eabi-gcc
# echo "::add-path::C:\arm-none-eabi-gcc\bin"
- name: Install ARM Toolchain
shell: powershell
run: |
Invoke-WebRequest -OutFile gcc-arm-none-eabi-win32.zip https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-win32.zip
Expand-Archive gcc-arm-none-eabi-win32.zip -DestinationPath C:\arm-none-eabi-gcc
dir C:\arm-none-eabi-gcc
echo "::add-path::C:\arm-none-eabi-gcc\bin"
- name: Install Python
uses: actions/setup-python@v2
Expand All @@ -26,10 +26,10 @@ jobs:
run: |
pip install --user modm scons future
#- name: Show lbuild and arm-none-eabi-gcc Version Information
# run: |
# lbuild --version
# arm-none-eabi-g++ --version
- name: Show lbuild and arm-none-eabi-gcc Version Information
run: |
lbuild --version
arm-none-eabi-g++ --version
- name: Check out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit d39d0e3

Please sign in to comment.