Skip to content

Commit 433b37e

Browse files
authored
Apply suggestion from @mudler
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
1 parent 1049b7d commit 433b37e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Build backends
9898
run: |
9999
make backends/transformers
100-
mv backends/transformers external/transformers
100+
mkdir external && mv backends/transformers external/transformers
101101
make backends/huggingface backends/llama-cpp backends/local-store backends/silero-vad backends/piper backends/whisper backends/stablediffusion-ggml
102102
- name: Test
103103
run: |

0 commit comments

Comments
 (0)