Bump actions/cache from 2.1.6 to 2.1.7 (#16)
This commit is contained in:
parent
dc38809146
commit
0a6c764ce3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -22,14 +22,14 @@ jobs:
|
||||
uses: ilammy/msvc-dev-cmd@v1.10.0
|
||||
|
||||
- name: Cache conan packages
|
||||
uses: actions/cache@v2.1.6
|
||||
uses: actions/cache@v2.1.7
|
||||
with:
|
||||
key: win-conan-${{ hashFiles('**/conanfile.txt') }}
|
||||
path: ~/.conan/
|
||||
|
||||
- name: Cache Qt
|
||||
id: cache-qt
|
||||
uses: actions/cache@v2.1.6
|
||||
uses: actions/cache@v2.1.7
|
||||
with:
|
||||
path: "${{ github.workspace }}/qt/"
|
||||
key: ${{ runner.os }}-QtCache
|
||||
|
Loading…
x
Reference in New Issue
Block a user