From 4a927593202b1a4a73bbc0e6391b9d6ac086c89f Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 24 Aug 2024 17:16:32 +0200 Subject: [PATCH] XXX typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2841bd895..019d5d92e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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