Skip to content

Fix CCM algorithm long packet failure #64

Fix CCM algorithm long packet failure

Fix CCM algorithm long packet failure #64

Workflow file for this run

name: UADK CI
on:
pull_request:
branches: [ '**' ]
jobs:
build-and-test:
runs-on: ${{ matrix.runner }}
timeout-minutes: 60
strategy:
matrix:
runner:
- [self-hosted, linux, x64]
- [self-hosted, linux, arm64]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and test UADK projects
run: |
chmod +x .github/scripts/ci.sh
.github/scripts/ci.sh