remove no longer needed spam

This commit is contained in:
Johnny Cena 2025-08-19 22:27:16 +02:00
parent cb8b3a58f5
commit accbdf7014

View File

@ -41,7 +41,6 @@ jobs:
# rexm should update all required files in raylib and even raylib.com repo, # rexm should update all required files in raylib and even raylib.com repo,
# but not sure if it can do that from an Action, maybe it requires manual copy # but not sure if it can do that from an Action, maybe it requires manual copy
run: | run: |
dir/s "${{ github.workspace }}"
cd tools\rexm\VS2022 cd tools\rexm\VS2022
msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64 msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64
cd ..\..\.. cd ..\..\..