Skip to content

Commit

Permalink
FMU location of built avrdude executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 14, 2024
1 parent ed27c30 commit a4e7f14
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 @@ -293,7 +293,7 @@ jobs:
- name: Build
run: make -C _ambuild -j$(nproc)
- name: Run the built avrdude before installing
run: ./_ambuild/src/avrdude --help
run: ./_ambuild/avrdude --help
- name: Install
run: sudo make -C _ambuild install
- name: Dryrun_test
Expand Down

0 comments on commit a4e7f14

Please sign in to comment.