Skip to content

Commit

Permalink
Switching to native-image
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Aug 1, 2023
1 parent 6d7b78b commit 80dde13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ on:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v3
- name: Build Native Images
uses: fprime-community/native-images-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tools: "fpl-write-pic fpl-convert-xml fpl-layout"
run:
name: "Package"
uses: "fprime-community/native-images-action/.github/workflows/native-build.yml@main"
with:
working-directory: $GITHUB_WORKSPACE

Empty file added src/fprime_layout/__init__.py
Empty file.

0 comments on commit 80dde13

Please sign in to comment.