Skip to content

Commit

Permalink
XXX mingw tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 24, 2024
1 parent 219ab51 commit 5416535
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 @@ -478,7 +478,7 @@ jobs:
ls -lR "$tmpdir"
echo "TEMP=$TEMP"
ls -lR "$TEMP"
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"
printf "\n\n" | ./tools/test-avrdude -v -t "$tmpdir" -e build/src/avrdude.exe -c "-C build/src/avrdude.conf" -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
- name: Install
run: cmake --build build --target install
- name: "Dryrun test (installed)"
Expand Down

0 comments on commit 5416535

Please sign in to comment.