mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
Add caching to CI pipeline for speed
This commit is contained in:
6
.github/workflows/2022.yml
vendored
6
.github/workflows/2022.yml
vendored
@@ -30,6 +30,12 @@ jobs:
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Set up caching
|
||||
uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: >
|
||||
2022 -> target
|
||||
|
||||
- name: Build binaries
|
||||
working-directory: 2022
|
||||
run: >
|
||||
|
||||
Reference in New Issue
Block a user