Skip to content

Commit

Permalink
Update rust.yml to use caching
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFelidae authored Dec 18, 2024
1 parent f9b7a55 commit 5d1b5bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- uses: actions/checkout@v4
- name: Install system dependencies
run: sudo apt-get install -y libasound2-dev libudev-dev
- name: Cache build artifacts
uses: actions/[email protected]
with:
path: |
key: "Rust build cache"
**/target
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 5d1b5bc

Please sign in to comment.