mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 10:02:22 +00:00
Test RKNN
This commit is contained in:
parent
3b263539cd
commit
4ba4b6c616
30
.github/workflows/rknn.yml
vendored
Normal file
30
.github/workflows/rknn.yml
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
name: rknn
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- ci-rknn
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: rknn-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
rknn:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install rknn
|
||||
shell: bash
|
||||
run: |
|
||||
ls
|
||||
|
Loading…
x
Reference in New Issue
Block a user