Update platform for new version manifest generator (#29)

* Update build-python-packages.yml

* update platforms

* fix platform conditions

* add clean up
This commit is contained in:
Maxim Lobanov
2020-06-03 20:38:34 +03:00
committed by GitHub
parent 06026eac83
commit 2a3a8176d7
7 changed files with 28 additions and 61 deletions

View File

@ -76,7 +76,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {
Execute-Command -Command "sudo apt install -y $_"
}
if ($this.Platform -ne "ubuntu-1604") {
if ($this.Platform -ne "linux-16.04") {
### On Ubuntu-1804, libgdbm-compat-dev has older modules that are no longer in libgdbm-dev
Execute-Command -Command "sudo apt install -y libgdbm-compat-dev"
}