Skip to content

Commit

Permalink
ci: linux-autotools use uninstalled avrdude for test-avrdude
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 15, 2024
1 parent 6995b3f commit 0b46554
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 @@ -72,7 +72,7 @@ jobs:
- name: Install
run: sudo make -C _ambuild install
- name: Dryrun_test
run: printf "\n\n" | ./tools/test-avrdude -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
run: printf "\n\n" | ./tools/test-avrdude -e _ambuild/avrdude -c _ambuild/avrdude.conf -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
- name: distcheck
run: make -C _ambuild -j$(nproc) distcheck

Expand Down

0 comments on commit 0b46554

Please sign in to comment.