Skip to content

Have LFC correctly generate the needed size of the event and reaction queue #208

Have LFC correctly generate the needed size of the event and reaction queue

Have LFC correctly generate the needed size of the event and reaction queue #208

Workflow file for this run

name: "Platform: PICO"
on:
pull_request:
jobs:
ci:
name: Build examples
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
uses: ./.github/actions/pico
- name: Build examples
working-directory: ${{ github.workspace }}/examples/pico
run: |
cmake -Bbuild && cd build
make