From 9cce5a09339e5136e1e4a59accdd2dd620ff340b Mon Sep 17 00:00:00 2001 From: mcuee Date: Tue, 18 Aug 2026 11:00:31 +0800 Subject: [PATCH] Update build.yml to remove FIXME comment for MSVC build --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d5cac84..f845fc37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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()