mirror of
				https://github.com/psycopg/psycopg2.git
				synced 2025-10-30 23:37:29 +03:00 
			
		
		
		
	ci(macos): add libpq build caching
This commit is contained in:
		
							parent
							
								
									310bc75532
								
							
						
					
					
						commit
						65626ec565
					
				
							
								
								
									
										6
									
								
								.github/workflows/packages.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/packages.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -160,6 +160,12 @@ jobs: | ||||||
|       - name: Checkout repos |       - name: Checkout repos | ||||||
|         uses: actions/checkout@v4 |         uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|  |       - name: Cache libpq build | ||||||
|  |         uses: actions/cache@v4 | ||||||
|  |         with: | ||||||
|  |           path: /tmp/libpq.build | ||||||
|  |           key: libpq-${{ env.LIBPQ_VERSION }}-macos-${{ matrix.arch }} | ||||||
|  | 
 | ||||||
|       - name: Build wheels |       - name: Build wheels | ||||||
|         uses: pypa/cibuildwheel@v2.22.0 |         uses: pypa/cibuildwheel@v2.22.0 | ||||||
|         env: |         env: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user