Skip to content

Commit

Permalink
Setup LFC in RIOT container
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Dec 8, 2024
1 parent a8973e8 commit cfda3bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/riot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
with:
submodules: recursive

- name: Install dependencies
- name: Install RIOT dependencies
uses: ./.github/actions/riot

- name: Install LFC dependencies
uses: ./.github/actions/lingua-franca

- name: Build examples
working-directory: ${{ github.workspace }}/examples/riot
run: ./buildAll.sh
Expand Down

0 comments on commit cfda3bd

Please sign in to comment.