mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +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
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|
||||||
|
- name: Set up caching
|
||||||
|
uses: Swatinem/rust-cache@v2
|
||||||
|
with:
|
||||||
|
workspaces: >
|
||||||
|
2022 -> target
|
||||||
|
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
working-directory: 2022
|
working-directory: 2022
|
||||||
run: >
|
run: >
|
||||||
|
|||||||
Reference in New Issue
Block a user