We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e61575 commit 69d8c54Copy full SHA for 69d8c54
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Build | Examples
87
env:
88
ESP_IDF_VERSION: ${{ matrix.idf-version }}
89
- ESP_IDF_SDKCONFIG_DEFAULTS: $(pwd)/.github/configs/sdkconfig.defaults
+ ESP_IDF_SDKCONFIG_DEFAULTS: "$(pwd)/.github/configs/sdkconfig.defaults"
90
RUSTFLAGS: "${{ matrix.idf-version == 'release/v5.0' && '--cfg espidf_time64 ' || ''}} ${{ '-C default-linker-libraries' }}"
91
WIFI_SSID: "ssid"
92
WIFI_PASS: "pass"
0 commit comments