File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,18 +59,18 @@ jobs:
5959 uses : actions/cache/restore@v4
6060 with :
6161 path : ${{ env.STACK_ROOT }}
62- key : ${{ runner .os }}-stack-resolver-${{ env.STACK_RESOLVER }}-global-${{ hashFiles('**.yaml') }}
62+ key : ${{ matrix .os }}-stack-resolver-${{ env.STACK_RESOLVER }}-global-${{ hashFiles('**.yaml') }}
6363 restore-keys : |
64- ${{ runner .os }}-stack-resolver-${{ env.STACK_RESOLVER }}-global
64+ ${{ matrix .os }}-stack-resolver-${{ env.STACK_RESOLVER }}-global
6565
6666 - name : 💾 Restore cached .stack-work
6767 id : stack-work
6868 uses : actions/cache/restore@v4
6969 with :
7070 path : .stack-work
71- key : ${{ runner .os }}-stack-resolver-${{ env.STACK_RESOLVER }}-work-${{ hashFiles('**.yaml') }}
71+ key : ${{ matrix .os }}-stack-resolver-${{ env.STACK_RESOLVER }}-work-${{ hashFiles('**.yaml') }}
7272 restore-keys : |
73- ${{ runner .os }}-stack-resolver-${{ env.STACK_RESOLVER }}-work
73+ ${{ matrix .os }}-stack-resolver-${{ env.STACK_RESOLVER }}-work
7474
7575 # actions:
7676 - name : Set PKG_CONFIG_PATH for the ICU library (on macOS)
You can’t perform that action at this time.
0 commit comments