Skip to content

Commit b52a8e0

Browse files
committed
use board_list_v5.8.2.txt
1 parent 1fbd503 commit b52a8e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/arduino-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)