diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10a6b2cf6..d2305f0b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -364,8 +364,10 @@ jobs: -B build - name: Build run: cmake --build build --config ${{env.BUILD_TYPE}} - - name: Debug output + - name: Debug output build run: Get-ChildItem -Path build -Force –Recurse + - name: Debug output TEMP + run: Get-ChildItem -Path $env:TEMP - name: "Dryrun test (not installed)" run: Write-Host "`n`n" -NoNewline | bash tools/test-avrdude -v -t $env:TEMP -e build/src/${{env.BUILD_TYPE}}/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 @@ -436,6 +438,8 @@ jobs: run: cmake --build build - name: Debug output run: ls -lR build + - name: Debug output TEMP + run: ls -l "$TEMP" - name: "Dryrun test (not installed)" run: printf "\n\n" | ./tools/test-avrdude -v -t "$TEMP" -e build/src/avrdude.exe -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28" - name: Install