Skip to content

Commit 552eb9d

Browse files
committed
ci: Enable Caching on builds
1 parent 42408f2 commit 552eb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions-rust-lang/setup-rust-toolchain@v1
2222
with:
2323
target: ${{ matrix.target }}
24-
cache: false
24+
cache: true
2525
- name: Install Just
2626
run: cargo install just
2727
- name: Run Unit Tests
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions-rust-lang/setup-rust-toolchain@v1
4545
with:
4646
target: ${{ matrix.target }}
47-
cache: false
47+
cache: true
4848
components: rustfmt,clippy
4949
- name: Install Just
5050
run: cargo install just

0 commit comments

Comments
 (0)