Skip to content

Support cmd execution timeout in service mode #43

Support cmd execution timeout in service mode

Support cmd execution timeout in service mode #43

Workflow file for this run

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