1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Fix ESP8266SdFat architecture, Windows CI (#7866)

* Fix ESP8266SdFat architecture

Avoid problems reported in
https://forum.arduino.cc/index.php?topic=726897.msg4889319

* Fix Windows CI, python3 now *maybe* exists

Python3 used to be called "python.exe" on earlier VMs, but it looks like
the image has been updated and a "python3.exe" does now exist.  Update
the CI script to first check it "python3" exists, and if not then do the
copy hack, OTW do nothing.
This commit is contained in:
Earle F. Philhower, III
2021-02-08 12:02:49 -08:00
committed by GitHub
parent 07b4c09b90
commit a886515ce9
2 changed files with 2 additions and 2 deletions