From 52597d66a372c3a79201781b8ad8b3f0e20ff847 Mon Sep 17 00:00:00 2001 From: Samkist Date: Fri, 3 Jun 2022 03:41:31 -0400 Subject: [PATCH] debug ci --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3da202..67449de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,11 +25,10 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - - uses: actions/cache@v2 + - name: Restore vcpkg cache + uses: lukka/run-vcpkg@v10 with: - path: | - ${{ github.workspace}}/scripts/ - ${{ github.workspace}}/build/ + vcpkgGitCommitId: 314018fef43c7e3a52a3e46599313b70ace3977a - name: start-message run: echo Starting compilation