mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Add architecture to Windows action cache key
This commit is contained in:
parent
fa95ca4289
commit
7c72393361
1 changed files with 2 additions and 2 deletions
4
.github/workflows/win.yml
vendored
4
.github/workflows/win.yml
vendored
|
@ -113,8 +113,8 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ env.TBUILD }}/Libraries
|
path: ${{ env.TBUILD }}/Libraries
|
||||||
key: ${{ runner.OS }}-libs-${{ env.CACHE_KEY }}
|
key: ${{ runner.OS }}-${{ matrix.arch }}-libs-${{ env.CACHE_KEY }}
|
||||||
restore-keys: ${{ runner.OS }}-libs-
|
restore-keys: ${{ runner.OS }}-${{ matrix.arch }}-libs-
|
||||||
|
|
||||||
- name: Libraries.
|
- name: Libraries.
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue