mirror of
https://github.com/ruvnet/RuView
synced 2026-08-09 20:21:43 +00:00
fix(ci): source IDF export before NVS matrix generation in QEMU tests
The generate_nvs_matrix.py script needs the IDF venv's python (which has esp_idf_nvs_partition_gen installed) rather than the system /usr/bin/python3 which doesn't have the package. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
@@ -134,6 +134,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate NVS matrix
|
- name: Generate NVS matrix
|
||||||
run: |
|
run: |
|
||||||
|
. $IDF_PATH/export.sh
|
||||||
python3 scripts/generate_nvs_matrix.py \
|
python3 scripts/generate_nvs_matrix.py \
|
||||||
--output-dir firmware/esp32-csi-node/build/nvs_matrix \
|
--output-dir firmware/esp32-csi-node/build/nvs_matrix \
|
||||||
--only ${{ matrix.nvs_config }}
|
--only ${{ matrix.nvs_config }}
|
||||||
|
|||||||
Reference in New Issue
Block a user