Skip to content

Commit f1796ff

Browse files
committed
Update examples_update.yml
1 parent 4492707 commit f1796ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/examples_update.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,13 @@ jobs:
4040
cd tools/rexm/VS2022
4141
msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64
4242
cd ../../..
43-
# Set required environment properties to be used by rexm
4443
set REXM_EXAMPLES_BASE_PATH="examples"
4544
set REXM_EXAMPLES_WEB_PATH="../raylib.com/examples"
4645
set REXM_EXAMPLES_TEMPLATE_FILE_PATH="examples/examples_template.c"
4746
set REXM_EXAMPLES_TEMPLATE_SCREENSHOT_PATH="examples/examples_template.png"
4847
set REXM_EXAMPLES_COLLECTION_FILE_PATH="examples/examples_list.txt"
4948
set REXM_EXAMPLES_VS2022_SLN_FILE="projects/VS2022/raylib.sln"
50-
# Set emsdk path for Makefile.Web examples building
5149
set EMSDK_PATH="D:/a/raylib/raylib/emsdk-cache/emsdk-main"
52-
# Run rexm to update required files
5350
.\tools\rexm\VS2022\build\rexm\bin\x64\Release\rexm.exe update
5451
cd ../..
5552
shell: cmd

0 commit comments

Comments
 (0)