We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e08a3 commit 953a42dCopy full SHA for 953a42d
.github/workflows/build_esptool.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
platform: [armv7, aarch64]
12
env:
13
- DISTPATH: esptool-${{ matrix.platform }}
+ DISTPATH: esptool-linux-${{ matrix.platform }}
14
STUBS_DIR: ./esptool/targets/stub_flasher/
15
EFUSE_DIR: ./espefuse/efuse_defs/
16
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi"
@@ -83,7 +83,7 @@ jobs:
83
SEPARATOR: ':'
84
RUN_ON: macos-latest # Versions 14 and higher are ARM-based.
85
- platform: windows
86
- TARGET: win64
+ TARGET: windows-amd64
87
EXTEN: .exe
88
SEPARATOR: ';'
89
RUN_ON: windows-latest
0 commit comments