Skip to content

Commit bd804f7

Browse files
committed
ci: use writable directory
1 parent 0a0d5f3 commit bd804f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cargo_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Build
2222
run: cargo build --verbose
2323
- name: Run tests
24-
run: mkdir /models && cargo test --verbose
24+
run: mkdir models && cargo test --verbose
2525
env:
26-
LLAMA_CPP_TEST_MODELS: "/models"
26+
LLAMA_CPP_TEST_MODELS: "models"

0 commit comments

Comments
 (0)