Skip to content

Commit 1685c3e

Browse files
author
Vaijanath Rao
committed
updating windows build
1 parent 01a6f83 commit 1685c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Download model
9191
run: curl -L $env:MODEL_URL --create-dirs -o models/$env:MODEL_NAME
9292
- name: Download reranking model
93-
run: curl -L ${RERANKING_MODEL_URL} --create-dirs -o models/${RERANKING_MODEL_NAME}
93+
run: curl -L $env:RERANKING_MODEL_URL --create-dirs -o models/$env:RERANKING_MODEL_NAME
9494
- name: List files in models directory
9595
run: ls -l models/
9696
- name: Run tests

0 commit comments

Comments
 (0)