Skip to content

output: fix crash when using console on legal.pcx #954

output: fix crash when using console on legal.pcx

output: fix crash when using console on legal.pcx #954

Workflow file for this run

name: Create a test build
permissions:
contents: write
on:
pull_request:
push:
branches:
- '!stable'
- '!develop'
jobs:
package_tr1_multiplatform:
name: Build TR1
uses: ./.github/workflows/job_build_tr1.yml
with:
target: 'debug'
secrets: inherit
package_tr1_mac:
name: Build TR1
if: vars.MACOS_ENABLE == 'true'
uses: ./.github/workflows/job_build_tr1_macos.yml
with:
target: 'debug'
let_mac_fail: true
secrets: inherit
package_tr2_multiplatform:
name: Build TR2
uses: ./.github/workflows/job_build_tr2.yml
with:
target: 'debug'
secrets: inherit
package_tr2_mac:
name: Build TR2
if: vars.MACOS_ENABLE == 'true'
uses: ./.github/workflows/job_build_tr2_macos.yml

Check failure on line 40 in .github/workflows/pr_builds.yml

View workflow run for this annotation

GitHub Actions / Create a test build

Invalid workflow file

The workflow is not valid. In .github/workflows/pr_builds.yml (Line: 40, Col: 13): Error from called workflow LostArtefacts/TRX/.github/workflows/job_build_tr2_macos.yml@a21051a21d7388a274afe7f3bf5621aa7f309163 (Line: 52, Col: 9): 'run' is already defined
with:
target: 'debug'
let_mac_fail: true
secrets: inherit