Update build.yml to enable dryrun test for MSYS2 mingw builds (#2190)

* Update build.yml to enable dryrun test for MSYS2 mingw builds

* Update build.yml
This commit is contained in:
mcuee
2026-08-18 12:32:58 +08:00
committed by GitHub
parent 419254665b
commit 4fa2d7502b

View File

@@ -451,9 +451,8 @@ jobs:
run: cmake --build build
- name: "avrdude -? (not installed)"
run: build/src/avrdude -?
# Disabled so far due to problems writing to temp files.
# - name: "Dryrun test (not installed)"
# run: printf "\n\n" | ./tools/test-avrdude -v -e build/src/avrdude.exe -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
- name: "Dryrun test (not installed)"
run: printf "\n\n" | ./tools/test-avrdude -v -e build/src/avrdude.exe -t . -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
- name: Archive build artifacts
if: always()
uses: actions/upload-artifact@v7