don't install boost if no_boost flag is set
							parent
							
								
									c2ee7ff122
								
							
						
					
					
						commit
						5ce332764c
					
				|  | @ -116,7 +116,7 @@ jobs: | |||
|           fi | ||||
| 
 | ||||
|       - name: Install Boost | ||||
|         if: runner.os == 'Linux' | ||||
|         if: runner.os == 'Linux' && matrix.flag != 'no_boost' | ||||
|         run: | | ||||
|           sudo apt-get -y install libboost-all-dev | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue