1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 11:24:24 +02:00

ci: add caching support

This commit is contained in:
Jake Stanger 2023-06-18 17:41:10 +01:00
parent 5be0750792
commit 1ef32059da
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -22,6 +22,9 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
name: Cache dependencies
- name: Install build deps
run: |
sudo apt-get update