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
|
shell: bash
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
sudo chmod 777 ./third-party/common/linux/premake/premake5
|
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 || echo ;
|
./${{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
|
./${{env.THIRD_PARTY_BASE_DIR}}/common/linux/premake/premake5 --file=premake5.lua --emubuild=${{ github.sha }} --os=linux gmake2
|
||||||
exit 0
|
|
||||||
|
|
||||||
### build target(s)
|
### build target(s)
|
||||||
- name: Build target(s)
|
- name: Build target(s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user