Change cache key to separate win32/64 builds
This commit is contained in:
parent
0fcdff9be2
commit
04abe4b0d4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: deps
|
path: deps
|
||||||
key: ${{ runner.os }}-deps
|
key: ${{ env.OS }}-deps
|
||||||
|
|
||||||
- name: Get Qt
|
- name: Get Qt
|
||||||
run: python ./share/ci/get_qt.py
|
run: python ./share/ci/get_qt.py
|
||||||
|
Loading…
Reference in New Issue
Block a user