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 4058e2c commit 07f69ca
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 @@ -130,7 +130,7 @@ jobs:
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
arduino-cli compile ${ fqbn } --libraries="." --libraries="~/Arduino/libraries/." ${{ matrix.example }} --verbose
Expand Down

0 comments on commit 07f69ca

Please sign in to comment.