mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	Fix conan on macos in CI (#1283)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/actions/prepare_runner/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/actions/prepare_runner/action.yml
									
									
									
									
										vendored
									
									
								
							@@ -12,9 +12,7 @@ runs:
 | 
			
		||||
      shell: bash
 | 
			
		||||
      run: |
 | 
			
		||||
          brew install llvm@14 pkg-config ninja bison cmake ccache jq gh conan@1
 | 
			
		||||
          if ! command -v conan &> /dev/null; then
 | 
			
		||||
            echo "/opt/homebrew/opt/conan@1/bin" >> $GITHUB_PATH
 | 
			
		||||
          fi
 | 
			
		||||
          echo "/opt/homebrew/opt/conan@1/bin" >> $GITHUB_PATH
 | 
			
		||||
 | 
			
		||||
    - name: Fix git permissions on Linux
 | 
			
		||||
      if: ${{ runner.os == 'Linux' }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user