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 87db0ee commit d82701d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust_fmt_auto_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- uses: actions/checkout@v4
- name: Cache rust dependencies - what about automation tasks
uses: Swatinem/rust-cache@v2.7.3
with:
cache-directories: /home/runner/work/cargo-auto/cargo-auto/automation_tasks_rs/target
- name: Configure sccache
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV; echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
- name: Run sccache-cache for artifacts
Expand All @@ -30,6 +28,10 @@ jobs:
uses: baptiste0928/cargo-install@v3.0.0
with:
crate: cargo-auto
- 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
- name: cargo build automation_tasks_rs
working-directory: ./automation_tasks_rs
run: cargo build
Expand Down

0 comments on commit d82701d

Please sign in to comment.