Fix action yml error

This commit is contained in:
Jammyjamjamman 2021-06-17 20:43:30 +01:00
parent 85f16f77b5
commit 6cc27462e6
1 changed files with 5 additions and 5 deletions

View File

@ -31,11 +31,11 @@ jobs:
- name: Cache Vcpkg Libs
uses: actions/cache@v2
env:
cache-name: cache-vcpkg-deps
with:
path: c:/vcpkg/installed
key: vcpkg-deps
env:
cache-name: cache-vcpkg-deps
with:
path: c:/vcpkg/installed
key: vcpkg-deps
- name: Install Dependencies
run: |