ci: fix linux builds of forks (#39933)
This commit is contained in:
parent
c9eb3deab5
commit
ba8915242a
1 changed files with 3 additions and 2 deletions
|
@ -1074,7 +1074,7 @@ commands:
|
|||
condition:
|
||||
or:
|
||||
- equal: [<< parameters.could-be-aks >>, false]
|
||||
- equal: [<< pipeline.parameters.large-linux-executor >>, xlarge]
|
||||
- equal: [<< pipeline.parameters.large-linux-executor >>, 2xlarge]
|
||||
steps: << parameters.circle >>
|
||||
- when:
|
||||
condition:
|
||||
|
@ -1914,7 +1914,8 @@ jobs:
|
|||
steps:
|
||||
- electron-build:
|
||||
persist: true
|
||||
checkout: true
|
||||
checkout: false
|
||||
checkout-and-assume-cache: true
|
||||
build-nonproprietary-ffmpeg: false
|
||||
artifact-key: 'linux-x64-asan'
|
||||
build-type: 'Linux'
|
||||
|
|
Loading…
Reference in a new issue