;ci: github: windows: tweak caching
This commit is contained in:
		
							parent
							
								
									db8bd22c6f
								
							
						
					
					
						commit
						5e96ae8224
					
				
							
								
								
									
										2
									
								
								.github/workflows/windows-nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows-nightly.yml
									
									
									
									
										vendored
									
									
								
							| @ -135,6 +135,7 @@ jobs: | |||||||
|     - name: Install GHC |     - name: Install GHC | ||||||
|       if: steps.stack-global-db.outputs.cache-hit != 'true' |       if: steps.stack-global-db.outputs.cache-hit != 'true' | ||||||
|       run: | |       run: | | ||||||
|  |         echo "::add-path::C:\Users\runneradmin\AppData\Roaming\stack\local\bin" | ||||||
|         stack --no-terminal setup --install-ghc |         stack --no-terminal setup --install-ghc | ||||||
| 
 | 
 | ||||||
|     # - name: Install shelltestrunner |     # - name: Install shelltestrunner | ||||||
| @ -144,6 +145,7 @@ jobs: | |||||||
|     - name: Install haskell deps |     - name: Install haskell deps | ||||||
|       if: steps.stack-global-db.outputs.cache-hit != 'true' |       if: steps.stack-global-db.outputs.cache-hit != 'true' | ||||||
|       run: | |       run: | | ||||||
|  |         echo "::add-path::C:\Users\runneradmin\AppData\Roaming\stack\local\bin" | ||||||
|         stack --no-terminal build --only-dependencies |         stack --no-terminal build --only-dependencies | ||||||
| 
 | 
 | ||||||
|     - name: Build hledger |     - name: Build hledger | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user