Update build_wheels.yml
This commit is contained in:
		
							parent
							
								
									66e8ce112b
								
							
						
					
					
						commit
						c27a576c51
					
				|  | @ -21,6 +21,14 @@ jobs: | |||
|         run: | | ||||
|            python -m pip install --upgrade pip | ||||
|            python -m pip install cibuildwheel==1.6.4 | ||||
|           | ||||
|       - name:  Install | ||||
|         run:   | | ||||
|                if [ "$RUNNER_OS" == "Linux" ]; then | ||||
|                     apt update | ||||
|                     apt install gcc g++ | ||||
|                fi | ||||
|         shell: bash | ||||
| 
 | ||||
|       - name: Build wheel | ||||
|         run: python -m cibuildwheel --output-dir dist/ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue