From 399069b4a2423c11823581668fe71ce9a7c88e7d Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 17 Mar 2023 17:08:33 +0100 Subject: [PATCH] Update build_html_examples.sh --- scripts/build_html_examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_html_examples.sh b/scripts/build_html_examples.sh index 82909c1b7..ae8b6317f 100755 --- a/scripts/build_html_examples.sh +++ b/scripts/build_html_examples.sh @@ -4,9 +4,9 @@ export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" CURRENT_REF="$(git rev-parse HEAD)" rm -rf emscripten_builder git clone https://github.com/lvgl/lv_sim_emscripten.git emscripten_builder -git checkout 45e0bc5c8d3e55cfbcaf8214361d2335b8b9a7b4 scripts/genexamplelist.sh > emscripten_builder/examplelist.c cd emscripten_builder +git checkout 45e0bc5c8d3e55cfbcaf8214361d2335b8b9a7b4 git submodule update --init -- lvgl cd lvgl git checkout $CURRENT_REF