Update build.yml to remove FIXME comment for MSVC build

This commit is contained in:
mcuee
2026-08-18 11:00:31 +08:00
committed by GitHub
parent 23e51c4727
commit 9cce5a0933

View File

@@ -364,8 +364,7 @@ jobs:
if: matrix.arch != 'arm64'
run: build/src/${{env.BUILD_TYPE}}/avrdude.exe -?
- name: "Dryrun test (not installed)"
# FIXME: Skip running avrdude.
# The exe file on arm64 is not runnable - x86_64 perhaps?
# The exe file on arm64 is not runnable as the runner is x86_64.
if: matrix.arch != 'arm64'
run: |
$tmp = [System.IO.Path]::GetTempPath()