File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -271,10 +271,14 @@ jobs:
271271 cp ./compile-all-examples.sh "$ARDUINO_ROOT/wolfssl/examples/compile-all-examples.sh"
272272 cp ./board_list.txt "$ARDUINO_ROOT/wolfssl/examples/board_list.txt"
273273
274+ # TODO Use standard board_list.txt after next release of wolfSSL
275+ # Remove this line and edit parameter to /compile-all-examples.sh board_list.txt
276+ cp ./board_list_v5.8.2.txt "$ARDUINO_ROOT/wolfssl/examples/board_list_v5.8.2.txt"
277+
274278 # Compile the Arduino library examples in-place
275279 pushd "$ARDUINO_ROOT/wolfssl/examples/"
276280 echo "PWD=$PWD"
277- ./compile-all-examples.sh ./board_list .txt "${{ matrix.fqbn }}"
281+ ./compile-all-examples.sh board_list_v5.8.2 .txt "${{ matrix.fqbn }}"
278282 popd
279283 popd
280284
You can’t perform that action at this time.
0 commit comments