File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
6565
6666      #   See the following link for a breakdown of the following step
6767      #   https://github.com/haskell/actions/issues/7#issuecomment-745697160
68-       - uses : actions/cache@v2 
69-         with :
70-           #  validate.sh uses a special build dir
71-           path : | 
72-             ${{ steps.setup-haskell.outputs.cabal-store }} 
73-             dist-* 
74-            key : ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }} 
75-           restore-keys : ${{ runner.os }}-${{ matrix.ghc }}-20220419- 
68+       # - uses: actions/cache@v2
69+       #   with:
70+       #     # validate.sh uses a special build dir
71+       #     path: |
72+       #       ${{ steps.setup-haskell.outputs.cabal-store }}
73+       #       dist-*
74+       #     key: ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
75+       #     restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220419-
7676
7777      - name : Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR  # 8546)
7878        run : | 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments