Skip to content

Commit 098b210

Browse files
committed
Set WIFI_SSID and WIFI_PASSWORD to build more wireless examples
1 parent 9c0f325 commit 098b210

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
# Note the current convention is to use the -S and -B options here to specify source
5353
# and build directories, but this is only available with CMake 3.13 and higher.
5454
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
55-
run: PICO_SDK_PATH=../../pico-sdk cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPICO_BOARD=${{ matrix.board }}
55+
# Set WIFI_SSID and WIFI_PASSWORD to build all of the wireless examples
56+
run: PICO_SDK_PATH=../../pico-sdk cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPICO_BOARD=${{ matrix.board }} -DWIFI_SSID=TestSSID -DWIFI_PASSWORD=TestPassword
5657

5758
- name: Get core count
5859
id: core_count

0 commit comments

Comments
 (0)