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 51afe8a commit 999b1e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ jobs:
./py_checkusb.py --switch repo --namelist $REPO --onoff on
cd $GITHUB_WORKSPACE/src/framework/arduino
declare -a data
for x in examples/*;
for x in $GITHUB_WORKSPACE/src/framework/arduino/examples/*;
do
data+=($x);
done;
Expand Down

0 comments on commit 999b1e3

Please sign in to comment.