Skip to content

Commit ffa7e98

Browse files
authored
Use exact IDF version
1 parent d9a8685 commit ffa7e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ fi
246246

247247
# Generate PlatformIO library manifest file
248248
if [ "$BUILD_TYPE" = "all" ]; then
249-
python3 ./tools/gen_pio_lib_manifest.py -o "$TOOLS_JSON_OUT/" -s "$IDF_BRANCH" -c "$IDF_COMMIT"
249+
python3 ./tools/gen_pio_lib_manifest.py -o "$TOOLS_JSON_OUT/" -s "v$IDF_VERSION" -c "$IDF_COMMIT"
250250
if [ $? -ne 0 ]; then exit 1; fi
251251
fi
252252

0 commit comments

Comments
 (0)