fix(release): install openssl headers (#662)
This commit is contained in:
		
							parent
							
								
									e3e5785a1a
								
							
						
					
					
						commit
						6aaaeda003
					
				
							
								
								
									
										5
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							@ -103,6 +103,11 @@ jobs:
 | 
			
		||||
        run: |
 | 
			
		||||
          cargo build --release --features ${{ matrix.feature }}
 | 
			
		||||
 | 
			
		||||
      - name: Install OpenSSL headers
 | 
			
		||||
        if: ${{ matrix.config.os_name == 'linux' }}
 | 
			
		||||
        run: |
 | 
			
		||||
          sudo apt-get install -y pkg-config libssl-dev
 | 
			
		||||
 | 
			
		||||
      - name: Build all crates with glibc 2.17
 | 
			
		||||
        if: ${{ matrix.config.os_name == 'linux' }}
 | 
			
		||||
        run: |
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user