mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
forgot that!
This commit is contained in:
parent
cfa8f9f134
commit
a2617646e5
5
.github/workflows/emu-build-all-linux.yml
vendored
5
.github/workflows/emu-build-all-linux.yml
vendored
@ -88,10 +88,9 @@ jobs:
|
||||
shell: bash
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
sudo chmod 777 ./third-party/common/linux/premake/premake5
|
||||
./${{env.THIRD_PARTY_BASE_DIR}}/common/linux/premake/premake5 --file=premake5.lua --os=linux genproto || echo ;
|
||||
sudo chmod 777 ./${{env.THIRD_PARTY_BASE_DIR}}/common/linux/premake/premake5
|
||||
./${{env.THIRD_PARTY_BASE_DIR}}/common/linux/premake/premake5 --file=premake5.lua --os=linux genproto
|
||||
./${{env.THIRD_PARTY_BASE_DIR}}/common/linux/premake/premake5 --file=premake5.lua --emubuild=${{ github.sha }} --os=linux gmake2
|
||||
exit 0
|
||||
|
||||
### build target(s)
|
||||
- name: Build target(s)
|
||||
|
Loading…
Reference in New Issue
Block a user