mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-20 16:16:20 +03:00
Update build.yml to remove FIXME comment for MSVC build
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user