From 97771f07d4806ef7a5e1cadd52615881275a6445 Mon Sep 17 00:00:00 2001 From: lxiao336 Date: Thu, 19 Sep 2024 21:14:45 +0800 Subject: [PATCH] Update .github/workflows/c-api-from-buffer.yaml Co-authored-by: Fangjun Kuang --- .github/workflows/c-api-from-buffer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-api-from-buffer.yaml b/.github/workflows/c-api-from-buffer.yaml index 7d3495791..da0f2d9f8 100644 --- a/.github/workflows/c-api-from-buffer.yaml +++ b/.github/workflows/c-api-from-buffer.yaml @@ -124,7 +124,7 @@ jobs: - name: Test streaming paraformer with tokens and hotwords loaded from buffers shell: bash run: | - gcc -o streaming-paraformer-buffered-tokens-hotwords-c-api ./c-api-examples/streaming-paraformer-buffered-tokens-hotwords-c-api.c \ + gcc -o streaming-paraformer-buffered-tokens-hotwords-c-api ./c-api-examples/streaming-paraformer-buffered-tokens-c-api.c \ -I ./build/install/include \ -L ./build/install/lib/ \ -l sherpa-onnx-c-api \