aaaaaaaaaaaa

This commit is contained in:
Detanup01 2024-05-20 13:20:27 +02:00 committed by otavepto
parent 9c9a86376a
commit a626c4b41f
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
sudo chmod 777 ./third-party/common/linux/premake/premake5
./third-party/common/linux/premake/premake5 --file=premake5.lua --os=linux generateproto || echo ;
./third-party/common/linux/premake/premake5 --file=premake5.lua --os=linux genproto || echo ;
./third-party/common/linux/premake/premake5 --file=premake5.lua --emubuild=${{ github.sha }} --os=linux gmake2
exit 0

View File

@ -80,7 +80,7 @@ jobs:
shell: cmd
working-directory: ${{ github.workspace }}
run: |
third-party\common\win\premake\premake5.exe --file=premake5.lua --os=windows generateproto || echo:
third-party\common\win\premake\premake5.exe --file=premake5.lua --os=windows genproto || echo:
third-party\common\win\premake\premake5.exe --file=premake5.lua --emubuild=${{ github.sha }} --os=windows vs2022
exit /b 0