Skip to content

Commit

Permalink
Fix overlay mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Feb 14, 2025
1 parent 6f5c576 commit b4dbb50
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ut-flight-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: "Checkout Examples repo"
with:
submodules: false

- name: "Checkout Examples repo"
uses: actions/checkout@v4

- name: "Overlay nasa/fprime@devel"
uses: actions/checkout@v4
with:
repository: nasa/fprime
submodules: true
path: ./FlightExamples/lib/fprime

- uses: fprime-community/project-builder@main
with:
run_unit_tests: true
build_location: ./FlightExamples
fprime_location: ./FlightExamples/lib/fprime
fprime_version: origin/devel

0 comments on commit b4dbb50

Please sign in to comment.