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