fix CI dependency error
Fix the failure reported by git action Package python-minimal is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python2-minimal E: Package 'python-minimal' has no installation candidate Signed-off-by: Wang Yan <wangyan@vmware.com>master
							parent
							
								
									a01c71e247
								
							
						
					
					
						commit
						68ce15863a
					
				|  | @ -35,7 +35,7 @@ jobs: | ||||||
|     - name: Dependencies |     - name: Dependencies | ||||||
|       run: | |       run: | | ||||||
|           sudo apt-get -q update |           sudo apt-get -q update | ||||||
|           sudo -E apt-get -yq --no-install-suggests --no-install-recommends install python-minimal |           sudo -E apt-get -yq --no-install-suggests --no-install-recommends install python2-minimal | ||||||
|           cd /tmp && go get -u github.com/vbatts/git-validation |           cd /tmp && go get -u github.com/vbatts/git-validation | ||||||
| 
 | 
 | ||||||
|     - name: Build |     - name: Build | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue