;ci: comment
This commit is contained in:
		
							parent
							
								
									2f56368647
								
							
						
					
					
						commit
						a7ae5a1535
					
				
							
								
								
									
										5
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							| @ -139,9 +139,6 @@ jobs: | |||||||
|         which ./stack |         which ./stack | ||||||
|         ./stack --version |         ./stack --version | ||||||
| 
 | 
 | ||||||
|     # must avoid GHC versions broken on windows such as 8.8.3 with https://gitlab.haskell.org/ghc/ghc/issues/17926 |  | ||||||
|     # current default stack.yaml uses GHC 8.8.4 which hopefully is ok |  | ||||||
| 
 |  | ||||||
|     - name: Install GHC |     - name: Install GHC | ||||||
|       # if: steps.stack-programs-dir.outputs.cache-hit != 'true' |       # if: steps.stack-programs-dir.outputs.cache-hit != 'true' | ||||||
|       # set PATH=C:\Users\runneradmin\AppData\Local\Programs\stack\local\bin;%PATH% |       # set PATH=C:\Users\runneradmin\AppData\Local\Programs\stack\local\bin;%PATH% | ||||||
| @ -157,6 +154,8 @@ jobs: | |||||||
|       run: | |       run: | | ||||||
|         ./stack --no-terminal build --only-dependencies |         ./stack --no-terminal build --only-dependencies | ||||||
| 
 | 
 | ||||||
|  |     # use whichever GHC is in default stack.yaml | ||||||
|  | 
 | ||||||
|     - name: Build all hledger modules warning free, optimised and minimised |     - name: Build all hledger modules warning free, optimised and minimised | ||||||
|       run: | |       run: | | ||||||
|         ./stack --no-terminal install --force-dirty --ghc-options=-fforce-recomp --ghc-options=-Werror |         ./stack --no-terminal install --force-dirty --ghc-options=-fforce-recomp --ghc-options=-Werror | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user