debug list the contents of the repository
This commit is contained in:
parent
dad6f54d18
commit
62cea34ab9
1
.github/workflows/update_examples.yml
vendored
1
.github/workflows/update_examples.yml
vendored
|
|
@ -41,6 +41,7 @@ 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: |
|
||||||
|
sh -c "ls -R ${{ 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 ../../..
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user