File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 8989      - uses : actions/checkout@v5 
9090      - name : ' Windows only, set TEMP to the same drive' 
9191        if : ${{ matrix.os == 'windows-latest' }} 
92+         #   temporary waiting for https://github.com/parcel-bundler/parcel/pull/10095 to fix
9293        run : | 
9394          mkdir "D:\\Temp" 
9495          echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV 
Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ jobs:
147147      - uses : actions/checkout@v5 
148148        with :
149149          ref : ${{ needs.release-drafter.outputs.tag_name }} 
150+       - name : ' Windows only, set TEMP to the same drive' 
151+         if : ${{ matrix.os == 'windows-latest' }} 
152+         #   temporary waiting for https://github.com/parcel-bundler/parcel/pull/10095 to fix
153+         run : | 
154+           mkdir "D:\\Temp" 
155+           echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV 
150156
151157       - name : Bootstrap Action Workspace 
152158        id : bootstrap 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments