ci: github: tweaks
This commit is contained in:
		
							parent
							
								
									6b217435c4
								
							
						
					
					
						commit
						9b2f1d399c
					
				
							
								
								
									
										7
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -115,12 +115,11 @@ jobs: | |||||||
|     - name: Install stack (windows) |     - name: Install stack (windows) | ||||||
|       if: matrix.os == 'windows-latest' |       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 }" |       # 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: | |       run: | | ||||||
|         Get-Command pwsh.exe |         $Env:Path | ||||||
|         dir |  | ||||||
|         dir C:\Windows\System32\WindowsPowerShell\v1.0 |  | ||||||
|         curl -skL -o stack.zip http://www.stackage.org/stack/windows-x86_64 |         curl -skL -o stack.zip http://www.stackage.org/stack/windows-x86_64 | ||||||
|         7z x stack.zip -o%HOME% stack.exe |         7z x stack.zip stack.exe | ||||||
|         move stack.exe C:\Windows\System32\WindowsPowerShell\v1.0 |         move stack.exe C:\Windows\System32\WindowsPowerShell\v1.0 | ||||||
|         stack --version |         stack --version | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user