mirror of
https://github.com/actions/python-versions.git
synced 2025-04-04 22:39:40 +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"
|
||||
}
|
||||
|
||||
Execute-Command -Command "sudo apt-get update"
|
||||
Execute-Command -Command $tkinterInstallString
|
||||
|
||||
### Install dependent packages
|
||||
|
Reference in New Issue
Block a user