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 31cf113 commit f4888a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/fqbn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ hil:
example: "examples/readAngleTest"
baud: 9600
timeout: 10
version: latest
version: 3.4.1.latest

1 change: 0 additions & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
- name: Generate Arduino Library
run: |
version=$(echo ${{ toJson(needs.setup.outputs.xfp) }} | jq ".\"hil\".\"version\"" -r --compact-output )
echo "version=$version"
rm -rf ~/.arduino15/packages/Infineon/hardware/xmc/*
ln -s /opt/XMC-for-Arduino/hardware/xmc/${version}/ ~/.arduino15/packages/Infineon/hardware/xmc/${version}
mkdir -p "$HOME/Arduino/libraries"
Expand Down

0 comments on commit f4888a1

Please sign in to comment.