Change: [CI] pkg-config is installed by default on latest runner
This commit is contained in:
		
				
					committed by
					
						
						Patric Stout
					
				
			
			
				
	
			
			
			
						parent
						
							086bd00f5d
						
					
				
				
					commit
					5d86588a45
				
			
							
								
								
									
										9
									
								
								.github/workflows/ci-build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/ci-build.yml
									
									
									
									
										vendored
									
									
								
							@@ -192,15 +192,6 @@ jobs:
 | 
			
		||||
    - name: Checkout
 | 
			
		||||
      uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
    - name: Install dependencies
 | 
			
		||||
      env:
 | 
			
		||||
        HOMEBREW_NO_AUTO_UPDATE: 1
 | 
			
		||||
        HOMEBREW_NO_INSTALL_CLEANUP: 1
 | 
			
		||||
      run: |
 | 
			
		||||
        brew install \
 | 
			
		||||
          pkg-config \
 | 
			
		||||
          # EOF
 | 
			
		||||
 | 
			
		||||
    - name: Prepare cache key
 | 
			
		||||
      id: key
 | 
			
		||||
      run: |
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								.github/workflows/release-macos.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/release-macos.yml
									
									
									
									
										vendored
									
									
								
							@@ -40,7 +40,6 @@ jobs:
 | 
			
		||||
        echo "::group::Install brew dependencies"
 | 
			
		||||
        brew install \
 | 
			
		||||
          pandoc \
 | 
			
		||||
          pkg-config \
 | 
			
		||||
          # EOF
 | 
			
		||||
        echo "::endgroup::"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user