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 1919 runs-on : ${{ matrix.os }}
2020 strategy :
2121 matrix :
22- os : [windows-latest]
23- agda : ['Agda-2.7.0.1']
22+ os : [ubuntu-latest, macos-latest, macos-13, windows-latest]
23+ agda : ['Agda-2.7.0.1', 'Agda-2.6.4.3' ]
2424 fail-fast : false
2525 steps :
2626
9191 uses : actions/cache/restore@v4
9292 with :
9393 path : ${{ env.STACK_ROOT }}
94- key : ${{ matrix.os }}-stack-resolver-${{ env.STACK_RESOLVER }}-global-${{ hashFiles('**.yaml') }}
94+ key : ${{ matrix.os }}-stack-resolver-${{ env.STACK_RESOLVER }}-global-${{ hashFiles('**.yaml') }}-${{ matrix.agda }}
9595 restore-keys : |
9696 ${{ matrix.os }}-stack-resolver-${{ env.STACK_RESOLVER }}-global
9797
@@ -100,7 +100,7 @@ jobs:
100100 uses : actions/cache/restore@v4
101101 with :
102102 path : .stack-work
103- key : ${{ matrix.os }}-stack-resolver-${{ env.STACK_RESOLVER }}-work-${{ hashFiles('**.yaml') }}
103+ key : ${{ matrix.os }}-stack-resolver-${{ env.STACK_RESOLVER }}-work-${{ hashFiles('**.yaml') }}-${{ matrix.agda }}
104104 restore-keys : |
105105 ${{ matrix.os }}-stack-resolver-${{ env.STACK_RESOLVER }}-work
106106
You can’t perform that action at this time.
0 commit comments