forked from TrueCloudLab/distribution
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>
This commit is contained in:
parent
a01c71e247
commit
68ce15863a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Dependencies
|
||||
run: |
|
||||
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
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue