Skip to content

Moved version to separate flow (needs linux) #83

Moved version to separate flow (needs linux)

Moved version to separate flow (needs linux) #83

Workflow file for this run

name: Build feature
on:
push:
branches-ignore: [mob/**, main]
env:
PERL_VERSION: 5.34
PYTHON_VERSION: 3.11
OPENSSL_VERSION: 1.1.1q
PROTOBUF_VERSION: 21.6
BOOST_VERSION: 1.79.0
jobs:
get-version:
uses: ./.github/workflows/get-version.yml
build-x64:
depends-on: get-version

Check failure on line 18 in .github/workflows/build-feature.yml

View workflow run for this annotation

GitHub Actions / Build feature

Invalid workflow file

The workflow is not valid. .github/workflows/build-feature.yml (Line: 18, Col: 5): Unexpected value 'depends-on' .github/workflows/build-feature.yml (Line: 24, Col: 5): Unexpected value 'depends-on'
uses: ./.github/workflows/build-windows.yml
with:
architecture: x64
version: ${{ needs.get-version.outputs.version }}
build-x86:
depends-on: get-version
uses: ./.github/workflows/build-windows.yml
with:
architecture: x86
version: ${{ needs.get-version.outputs.version }}