Skip to content

Commit

Permalink
XXX trying to run test-avrdude on msvc/powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 18, 2024
1 parent 08e093d commit ba03e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
- name: Build
run: cmake --build build --config ${{env.BUILD_TYPE}}
- name: "Dryrun test (not installed)"
run: Write-Host "`n`n" -NoNewline | Invoke-Expression -Command './tools/test-avrdude -v -e build/src/avrdude.exe -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"'
run: Write-Host "`n`n" -NoNewline | bash tools/test-avrdude -v -e build/src/avrdude.exe -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
# Installing requires non-existing python312_d.lib from swig_avrdude.vcxproj
#- name: Install
# run: cmake --build build --target install
Expand Down

0 comments on commit ba03e36

Please sign in to comment.