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 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