Skip to content

Worker exit instead of crash on parasite not available #83

Worker exit instead of crash on parasite not available

Worker exit instead of crash on parasite not available #83

Workflow file for this run

name: CI arm
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-arm-linux-gnueabihf
- name: build
run: |
make CROSS_COMPILE=arm-linux-gnueabihf-
make clean