ci: linux-x64-static: cache cabal packages
This commit is contained in:
		
							parent
							
								
									5ebbfea067
								
							
						
					
					
						commit
						62e922cd4d
					
				| @ -35,6 +35,15 @@ jobs: | |||||||
|       with:  |       with:  | ||||||
|         fetch-depth: 0   |         fetch-depth: 0   | ||||||
| 
 | 
 | ||||||
|  |     - name: Cache cabal packages, binaries | ||||||
|  |       id:   cabal | ||||||
|  |       uses: actions/cache@v2 | ||||||
|  |       with: | ||||||
|  |         path: ~/.cabal | ||||||
|  |         key: ${{ runner.os }}-cabal-20220711-${{ hashFiles('**.yaml') }} | ||||||
|  |         restore-keys: | | ||||||
|  |              ${{ runner.os }}-cabal-20220711 | ||||||
|  | 
 | ||||||
|     - name: Update cabal |     - name: Update cabal | ||||||
|       run: cabal update |       run: cabal update | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user