Skip to content

Commit

Permalink
Update rust_fmt_auto_build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia-dev authored Feb 3, 2024
1 parent 413de69 commit ace0775
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust_fmt_auto_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
- name: Cache for automation tasks todo maybe it must be separate
uses: actions/cache@v4.0.0
with:
path: /home/runner/work/cargo-auto/cargo-auto/automation_tasks_rs/target
path: |
/home/runner/work/cargo-auto/cargo-auto/automation_tasks_rs/target
/home/runner/work/cargo-auto/cargo-auto/Cargo.lock
key: automation_tasks_rs
- name: cargo build automation_tasks_rs
working-directory: ./automation_tasks_rs
Expand Down

0 comments on commit ace0775

Please sign in to comment.