mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
add apt-get update (#239)
This commit is contained in:
@ -72,6 +72,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {
|
|||||||
$tkinterInstallString = "sudo apt install -y python-tk tk-dev"
|
$tkinterInstallString = "sudo apt install -y python-tk tk-dev"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Execute-Command -Command "sudo apt-get update"
|
||||||
Execute-Command -Command $tkinterInstallString
|
Execute-Command -Command $tkinterInstallString
|
||||||
|
|
||||||
### Install dependent packages
|
### Install dependent packages
|
||||||
|
Reference in New Issue
Block a user