runs-on: ["ubuntu-latest"]
This commit is contained in:
@@ -109,7 +109,8 @@ jobs:
|
|||||||
# Preparation job - determines build configuration
|
# Preparation job - determines build configuration
|
||||||
prepare:
|
prepare:
|
||||||
name: Prepare Build
|
name: Prepare Build
|
||||||
runs-on: ${{ env.RUNNER_OS }}
|
runs-on:
|
||||||
|
- "ubuntu-latest"
|
||||||
outputs:
|
outputs:
|
||||||
platforms: ${{ steps.config.outputs.platforms }}
|
platforms: ${{ steps.config.outputs.platforms }}
|
||||||
build_type: ${{ steps.config.outputs.build_type }}
|
build_type: ${{ steps.config.outputs.build_type }}
|
||||||
|
|||||||
Reference in New Issue
Block a user