File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 25
25
inputs.port != 'espressif'
26
26
uses : carlosperate/arm-none-eabi-gcc-action@v1
27
27
with :
28
+ # When changing this update what Windows grabs too!
28
29
release : ' 13.2.Rel1'
29
30
30
31
# espressif
Original file line number Diff line number Diff line change @@ -247,11 +247,13 @@ jobs:
247
247
python -c "import sys, locale; print(sys.getdefaultencoding(), locale.getpreferredencoding(False))"
248
248
which python3; python3 --version
249
249
python3 -c "import sys, locale; print(sys.getdefaultencoding(), locale.getpreferredencoding(False))"
250
+ - name : Get arm toolchain
251
+ uses : carlosperate/arm-none-eabi-gcc-action@v1
252
+ with :
253
+ # keep in sync with .github/actions/deps/external/action.yml
254
+ release : ' 13.2.Rel1'
250
255
- name : Install dependencies
251
256
run : |
252
- wget --no-verbose -O gcc-arm.zip https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-win32.zip
253
- unzip -q -d /tmp gcc-arm.zip
254
- tar -C /tmp/gcc-arm-none-* -cf - . | tar -C /usr/local -xf -
255
257
pip install wheel
256
258
# requirements_dev.txt doesn't install on windows. (with msys2 python)
257
259
# instead, pick a subset for what we want to do
You can’t perform that action at this time.
0 commit comments