mirror of
				https://github.com/Ed94/refactor.git
				synced 2025-11-03 23:36:14 -08:00 
			
		
		
		
	Attempt to fix issue with scoop usage in admin mode.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							@@ -28,6 +28,7 @@ jobs:
 | 
			
		||||
      shell: pwsh
 | 
			
		||||
      run: |
 | 
			
		||||
        $ErrorActionPreference = "Stop"
 | 
			
		||||
        $env:SCOOP_ALLOW_ADMIN_INSTALL = "1"
 | 
			
		||||
        iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
 | 
			
		||||
        scoop install meson ninja llvm
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user