8000 ci: use writable directory (2) · edgenai/llama_cpp-rs@e04f3ed · GitHub
[go: up one dir, main page]

Skip to content

Commit e04f3ed

Browse files
committed
ci: use writable directory (2)
1 parent bd804f7 commit e04f3ed

File tree

1 file changed

+2
-2
lines change B7C6 d

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 /tmp/models && cargo test --verbose
2525
env:
26-
LLAMA_CPP_TEST_MODELS: "models"
26+
LLAMA_CPP_TEST_MODELS: "/tmp/models"

0 commit comments

Comments
 (0)
0