From 7093f63a8a1e361f76f4b78a548c1071c11b23dd Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Thu, 24 Aug 2023 15:37:40 -0400 Subject: [PATCH] wip: try to cache vcpkg stuff. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4c6145e..92f82dae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ + $VCPKG_DEFAULT_BINARY_CACHE key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }} - name: Install Rust uses: dtolnay/rust-toolchain@master