Skip to content

Commit

Permalink
ci: use writable directory (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptis committed Nov 8, 2023
1 parent bd804f7 commit e04f3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: mkdir models && cargo test --verbose
run: mkdir /tmp/models && cargo test --verbose
env:
LLAMA_CPP_TEST_MODELS: "models"
LLAMA_CPP_TEST_MODELS: "/tmp/models"

0 comments on commit e04f3ed

Please sign in to comment.