Skip to content

Fixing implementation include paths #204

Fixing implementation include paths

Fixing implementation include paths #204

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"
with:
build: ./compiler/install
test: ./compiler/test
output-directory: ./compiler/bin
secrets: inherit