From f1796ff1437913f1700a30516f8a03959066fb77 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 19 Aug 2025 11:50:41 +0200 Subject: [PATCH] Update examples_update.yml --- .github/workflows/examples_update.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/examples_update.yml b/.github/workflows/examples_update.yml index 4f0bf7d22..897ee943c 100644 --- a/.github/workflows/examples_update.yml +++ b/.github/workflows/examples_update.yml @@ -40,16 +40,13 @@ jobs: cd tools/rexm/VS2022 msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64 cd ../../.. - # Set required environment properties to be used by rexm set REXM_EXAMPLES_BASE_PATH="examples" set REXM_EXAMPLES_WEB_PATH="../raylib.com/examples" set REXM_EXAMPLES_TEMPLATE_FILE_PATH="examples/examples_template.c" set REXM_EXAMPLES_TEMPLATE_SCREENSHOT_PATH="examples/examples_template.png" set REXM_EXAMPLES_COLLECTION_FILE_PATH="examples/examples_list.txt" set REXM_EXAMPLES_VS2022_SLN_FILE="projects/VS2022/raylib.sln" - # Set emsdk path for Makefile.Web examples building set EMSDK_PATH="D:/a/raylib/raylib/emsdk-cache/emsdk-main" - # Run rexm to update required files .\tools\rexm\VS2022\build\rexm\bin\x64\Release\rexm.exe update cd ../.. shell: cmd