File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -143,18 +143,18 @@ jobs:
143143        shell: bash
144144        run: echo "opam_cache_key=opam-env-v8-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('*.opam') }}" | sed 's/,/-/g' >> $GITHUB_ENV
145145
146-       - name: Restore OPAM environment
147-         id: cache-opam-env
148-         uses: actions/cache/restore@v4
149-         with:
150-           path: |
151-             ${{ runner.tool_cache }}/opam
152-             ~/.opam
153-             _opam
154-             .opam-path
155-             D:\cygwin
156-             D:\.opam
157-           key: ${{ env.opam_cache_key }}
146+       #  - name: Restore OPAM environment
147+       #    id: cache-opam-env
148+       #    uses: actions/cache/restore@v4
149+       #    with:
150+       #      path: |
151+       #        ${{ runner.tool_cache }}/opam
152+       #        ~/.opam
153+       #        _opam
154+       #        .opam-path
155+       #        D:\cygwin
156+       #        D:\.opam
157+       #      key: ${{ env.opam_cache_key }}
158158
159159      - name: Use OCaml ${{matrix.ocaml_compiler}}
160160
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments