Skip to content

[PGO] Windows AMD 64bit build #55

[PGO] Windows AMD 64bit build

[PGO] Windows AMD 64bit build #55

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Please write our copyright if you use this file.
# © 2023 Floorp Projects & Contributors
name: "(A) ⚒ Windows build"
on:
workflow_dispatch:
inputs:
profgen:
type: boolean
description: generate profile for PGO
required: true
aarch64:
type: boolean
description: Build aarch64; does NOT comportable with pgo
required: true
run-name: ${{fromJSON('["[NO PGO]","[PGO]"]')[inputs.profgen]}} Windows ${{fromJson('["AMD","AARCH"]')[inputs.aarch64]}} 64bit build
jobs:
windows-build:
name: win-${{fromJson('["no_pgo","pgo"]')[inputs.profgen]}}-${{fromJson('["AMD","AARCH"]')[inputs.aarch64]}}-64bit
uses: ./.github/workflows/windows-build.yml

Check failure on line 26 in .github/workflows/wrapper_windows-build.yml

View workflow run for this annotation

GitHub Actions / (A) ⚒ Windows build

Invalid workflow file

The workflow is not valid. In .github/workflows/wrapper_windows-build.yml (Line: 26, Col: 11): Error from called workflow Floorp-Projects/Floorp/.github/workflows/windows-build.yml@78042104b5ec1c73e53e007d16034b76e113e2a8: Unexpected tag '!inputs.profgen'
with:
profgen: ${{inputs.profgen}}
aarch64: ${{inputs.aarch64}}
secrets:
PAT: ${{ secrets.PAT }}
SIGNPATH_API_TOKEN: ${{ secrets.SIGNPATH_API_TOKEN }}