From 9c32e6d705b23cf0f5d7c0909271640401f9785f Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 12 May 2021 09:12:52 +0800 Subject: ... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b461e3d3..33ca8010 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Restore Cache uses: actions/cache@v2 with: - path: vcpkg_installed + path: ~/AppData/Local/vcpkg/archives key: vcpkg-${{ runner.os }} - name: Run build script -- cgit v1.2.3