ci: github: tweaks
This commit is contained in:
		
							parent
							
								
									715b274bb0
								
							
						
					
					
						commit
						6b217435c4
					
				
							
								
								
									
										9
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -116,13 +116,12 @@ jobs: | ||||
|       if: matrix.os == 'windows-latest' | ||||
|       # PowerShell.exe -Command "&{Invoke-WebRequest -OutFile %HOME%\\stack.zip https://get.haskellstack.org/stable/windows-x86_64.zip ; 7z e ${installdir}\\stack.zip -o${installdir} stack.exe }" | ||||
|       run: | | ||||
|         echo 1 | ||||
|         echo %PATH% | ||||
|         echo 2 | ||||
|         echo $PATH | ||||
|         Get-Command pwsh.exe | ||||
|         dir | ||||
|         dir C:\Windows\System32\WindowsPowerShell\v1.0 | ||||
|         curl -skL -o stack.zip http://www.stackage.org/stack/windows-x86_64 | ||||
|         7z x stack.zip -o%HOME% stack.exe | ||||
|         move stack.exe %HOME% | ||||
|         move stack.exe C:\Windows\System32\WindowsPowerShell\v1.0 | ||||
|         stack --version | ||||
| 
 | ||||
|     - name: Install haskell deps | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user