Skip to content

Commit

Permalink
XXX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 24, 2024
1 parent ea1e435 commit 4a92759
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 @@ -322,7 +322,7 @@ jobs:
run: cmake --build build --config ${{env.BUILD_TYPE}}
- name: "Dryrun test (not installed)"
run: |
$tmp = [System.IO:Path]::GetTempPath()
$tmp = [System.IO.Path]::GetTempPath()
$tmp_slash = $tmp -replace '\\', '/'
Write-Host "`n`n" -NoNewline | bash tools/test-avrdude -v -t "$tmp_slash" -e build/src/${{env.BUILD_TYPE}}/avrdude.exe -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
- name: Archive build artifacts
Expand Down

0 comments on commit 4a92759

Please sign in to comment.