mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	ci: Add autoconf to macos dependencies
This commit is contained in:
		
							parent
							
								
									4d8ce13aa4
								
							
						
					
					
						commit
						ff730f486a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/actions/setup-build-env/action.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/actions/setup-build-env/action.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -14,7 +14,7 @@ runs:
 | 
				
			||||||
      if: runner.os == 'macOS'
 | 
					      if: runner.os == 'macOS'
 | 
				
			||||||
      shell: bash
 | 
					      shell: bash
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        brew install bison flex gawk libffi pkg-config bash
 | 
					        HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Linux runtime environment
 | 
					    - name: Linux runtime environment
 | 
				
			||||||
      if: runner.os == 'Linux'
 | 
					      if: runner.os == 'Linux'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue