Change cache key to separate win32/64 builds

This commit is contained in:
Gres 2020-03-19 22:56:38 +03:00
parent 0fcdff9be2
commit 04abe4b0d4

View File

@ -61,7 +61,7 @@ jobs:
uses: actions/cache@v1
with:
path: deps
key: ${{ runner.os }}-deps
key: ${{ env.OS }}-deps
- name: Get Qt
run: python ./share/ci/get_qt.py