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 791bfd1 commit 4058e2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ jobs:
mkdir -p $TMPDIR
cd ~/Arduino/libraries/${{ needs.setup.outputs.project }}
xfp=${{ toJson(needs.setup.outputs.xfp) }}
fqbn=$(echo ${xfp} | jq ".\"fqbn\"" -r --compact-output )
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 Expand Up @@ -238,7 +238,7 @@ jobs:
SERIALID=${{ matrix.serials }}
xfp=${{ toJson(needs.setup.outputs.xfp) }}
echo "xfp=${xfp}"
echo $(echo ${xfp} | jq ".\"hil.example\"" -r --compact-output )
echo $(echo ${xfp} | jq ".\"hil\".\"example\"" -r --compact-output )
PORT=$( echo $(./py_checkusb.py --serial ${SERIALID} --list comport --json) | jq ".\"${SERIALID}\"" -r)
Expand Down

0 comments on commit 4058e2c

Please sign in to comment.