mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-30 20:21:56 +00:00 
			
		
		
		
	[github] ci: install NSIS (take 6)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -130,8 +130,8 @@ jobs: | ||||
|       run: | | ||||
|         winget install -e --id NSIS.NSIS --silent --accept-source-agreements --accept-package-agreements | ||||
|         $paths = @( | ||||
|           "$Env:ProgramFiles\NSIS\Bin", | ||||
|           "$Env:ProgramFiles(x86)\NSIS\Bin" | ||||
|           (Join-Path ${env:ProgramFiles}      'NSIS\Bin'), | ||||
|           (Join-Path ${env:ProgramFiles(x86)} 'NSIS\Bin') | ||||
|         ) | Where-Object { Test-Path $_ } | ||||
|  | ||||
|         if ($paths.Count -eq 0) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae