We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbd503 commit b52a8e0Copy full SHA for b52a8e0
1 file changed
.github/workflows/arduino-release.yml
@@ -271,10 +271,14 @@ jobs:
271
cp ./compile-all-examples.sh "$ARDUINO_ROOT/wolfssl/examples/compile-all-examples.sh"
272
cp ./board_list.txt "$ARDUINO_ROOT/wolfssl/examples/board_list.txt"
273
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
+
278
# Compile the Arduino library examples in-place
279
pushd "$ARDUINO_ROOT/wolfssl/examples/"
280
echo "PWD=$PWD"
- ./compile-all-examples.sh ./board_list.txt "${{ matrix.fqbn }}"
281
+ ./compile-all-examples.sh board_list_v5.8.2.txt "${{ matrix.fqbn }}"
282
popd
283
284
0 commit comments