Skip to content

Commit beef1b9

Browse files
authored
Update python-builder.yml
1 parent 57458fa commit beef1b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-builder.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ jobs:
144144
- name: Install missing tkinter
145145
run: |
146146
if ('${{ matrix.platform }}' -eq 'linux-18.04') {
147-
sudo apt-get install python3-tkinter
147+
sudo apt-get install python3-tk
148+
sudo apt-get install python-support
149+
sudo update-python-modules -a
148150
}
149151
150152
- name: Verbose python binary links

0 commit comments

Comments
 (0)