Skip to content

Commit

Permalink
Parametric arduino version test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 23, 2024
1 parent 77b29b1 commit 639e664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
- name: Flash
run: |
cd $HOME
python $HOME/.arduino15/packages/Infineon/hardware/${{ version }}/tools/xmc-flasher.py \
python $HOME/.arduino15/packages/Infineon/hardware/${{ env.version }}/tools/xmc-flasher.py \
upload \
-d ${{ env.devtype }} \
-p ${{ env.port }} \
Expand Down

0 comments on commit 639e664

Please sign in to comment.