Skip to content

Commit 69d8c54

Browse files
committed
sdkconfig.defaults is not found
1 parent 4e61575 commit 69d8c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Build | Examples
8787
env:
8888
ESP_IDF_VERSION: ${{ matrix.idf-version }}
89-
ESP_IDF_SDKCONFIG_DEFAULTS: $(pwd)/.github/configs/sdkconfig.defaults
89+
ESP_IDF_SDKCONFIG_DEFAULTS: "$(pwd)/.github/configs/sdkconfig.defaults"
9090
RUSTFLAGS: "${{ matrix.idf-version == 'release/v5.0' && '--cfg espidf_time64 ' || ''}} ${{ '-C default-linker-libraries' }}"
9191
WIFI_SSID: "ssid"
9292
WIFI_PASS: "pass"

0 commit comments

Comments
 (0)