Skip to content

Delete LF_SRC_GEN_PATH if make clean is run on RIOT OS with riot-lfc.mk #360

Delete LF_SRC_GEN_PATH if make clean is run on RIOT OS with riot-lfc.mk

Delete LF_SRC_GEN_PATH if make clean is run on RIOT OS with riot-lfc.mk #360

Workflow file for this run

name: "Platform: POSIX"
on:
pull_request:
jobs:
ci:
name: Build examples
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Build and run Posix examples
working-directory: ${{ github.workspace }}/examples/posix
run: ./buildAll.sh