Skip to content

Commit

Permalink
XXX check $TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 18, 2024
1 parent f2b1dec commit df531bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit df531bb

Please sign in to comment.