Skip to content

Commit

Permalink
sdkconfig.defaults is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 23, 2023
1 parent 4e61575 commit 69d8c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Build | Examples
env:
ESP_IDF_VERSION: ${{ matrix.idf-version }}
ESP_IDF_SDKCONFIG_DEFAULTS: $(pwd)/.github/configs/sdkconfig.defaults
ESP_IDF_SDKCONFIG_DEFAULTS: "$(pwd)/.github/configs/sdkconfig.defaults"
RUSTFLAGS: "${{ matrix.idf-version == 'release/v5.0' && '--cfg espidf_time64 ' || ''}} ${{ '-C default-linker-libraries' }}"
WIFI_SSID: "ssid"
WIFI_PASS: "pass"
Expand Down

0 comments on commit 69d8c54

Please sign in to comment.