Skip to content

Commit

Permalink
Test 6: with arduino compile
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 17, 2024
1 parent 07f69ca commit 476ce28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
cd ~/Arduino/libraries/${{ needs.setup.outputs.project }}
xfp=${{ toJson(needs.setup.outputs.xfp) }}
export fqbn=$(echo ${xfp} | jq ".\"fqbn\"" -r --compact-output )
echo "fqbn=${fqbn}"
arduino-cli compile ${ fqbn } --libraries="." --libraries="~/Arduino/libraries/." ${{ matrix.example }} --verbose
echo "${fqbn}"
arduino-cli compile ${fqbn} --libraries="." --libraries="~/Arduino/libraries/." ${{ matrix.example }} --verbose
Expand Down

0 comments on commit 476ce28

Please sign in to comment.