Remove duplicated NetworkChannel return codes / state #54
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: FlexPRET examples | |
on: | |
pull_request: | |
jobs: | |
ci: | |
name: Build FlexPRET examples | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- name: Install dependencies | |
uses: ./.github/actions/flexpret | |
- name: Setup java and gradle for compiling lfc | |
uses: ./.github/actions/lingua-franca | |
- name: Build examples | |
run: | | |
source env.bash | |
cd examples/flexpret | |
./buildAll.sh | |