Skip to content

.github/workflows/build.yml #217

.github/workflows/build.yml

.github/workflows/build.yml #217

Workflow file for this run

on:
workflow_dispatch:
inputs:
use-skia-cache:
type: boolean
description: Use Skia Binary from cache
default: false
jobs:
full_build:
uses: ./.github/workflows/~reusable-full-build.yml
with:
use-skia-cache: ${{ inputs.use-skia-cache }}
alphaskia-version: "1.0"
is-release-build: false
secrets: inherit