Skip to content

Adding in fast packages flag #209

Adding in fast packages flag

Adding in fast packages flag #209

Workflow file for this run

name: Build Native Images
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
release:
types: [ published ]
jobs:
run:
name: "Package"
uses: "fprime-community/native-images-action/.github/workflows/native-build.yml@main"

Check failure on line 14 in .github/workflows/build-native.yml

View workflow run for this annotation

GitHub Actions / Build Native Images

Invalid workflow file

The workflow is not valid. In .github/workflows/build-native.yml (Line: 14, Col: 11): Error from called workflow fprime-community/native-images-action/.github/workflows/native-build.yml@main (Line: 187, Col: 14): Unexpected symbol: '--fast-hack'. Located at position 21 within expression: inputs.fast-hack && --fast-hack
with:
build: ./compiler/install
test: ./compiler/test
output-directory: ./compiler/bin
meta-package: fpp
fast-hack: true
secrets: inherit