File tree Expand file tree Collapse file tree 4 files changed +4
-15
lines changed Expand file tree Collapse file tree 4 files changed +4
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: test
2
2
on :
3
3
push :
4
4
branches :
5
- - " master "
5
+ - " ** "
6
6
paths-ignore :
7
7
- " **.md"
8
8
jobs :
40
40
- name : Setup unity
41
41
id : setup-unity
42
42
uses : ./
43
- timeout-minutes : 30
43
+ timeout-minutes : 60
44
44
with :
45
45
unity-version : ${{ matrix.unity-version }}
46
46
unity-modules : ${{ matrix.unity-module }}
Original file line number Diff line number Diff line change 1
1
# setup-unity
2
2
3
3
<p align =" left " >
4
- <a href =" https://github.com/kuler90/setup-unity/actions " ><img alt =" GitHub Actions status " src =" https://github.com/kuler90/setup-unity/workflows/test/badge.svg " ></a >
4
+ <a href =" https://github.com/kuler90/setup-unity/actions " ><img alt =" GitHub Actions status " src =" https://github.com/kuler90/setup-unity/workflows/test/badge.svg?branch=master " ></a >
5
5
</p >
6
6
7
7
GitHub Action to download and install Unity. Based on Unity Hub.
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ async function findVersionChangeset(unityVersion) {
164
164
165
165
async function executeHub ( unityHubPath , args ) {
166
166
if ( process . platform === 'linux' ) {
167
- return await execute ( `xvfb-run --auto-servernum "${ unityHubPath } " --no-sandbox -- headless ${ args } ` ) ;
167
+ return await execute ( `xvfb-run --auto-servernum "${ unityHubPath } " --headless ${ args } ` ) ;
168
168
} else if ( process . platform === 'darwin' ) {
169
169
return await execute ( `"${ unityHubPath } " -- --headless ${ args } ` ) ;
170
170
} else if ( process . platform === 'win32' ) {
You can’t perform that action at this time.
0 commit comments