2 Commits
Author SHA1 Message Date
nicknase27 6ba90774d4 change cache workflow
Build / build (push) Successful in 2m6s
2026-08-26 18:05:18 +02:00
nicknase27 c2bb24bde4 add sample rate support
Build / build (push) Canceled after 5m53s
2026-08-26 17:55:15 +02:00
2 changed files with 2 additions and 10 deletions
+1 -9
View File
@@ -18,15 +18,7 @@ jobs:
x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu
x86_64-pc-windows-gnu x86_64-pc-windows-gnu
- uses: https://gitea.com/actions/cache@v6 - uses: Swatinem/rust-cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
cargo-${{ runner.os }}-
- name: Install dependencies - name: Install dependencies
run: | run: |
View File