Skip to content

Commit fca33a3

Browse files
authored
Update python-builder.yml
1 parent ee2951b commit fca33a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Install missing
145145
run: |
146146
if ('${{ matrix.platform }}' -eq 'linux-18.04') {
147-
apt-get install python3-tk
147+
sudo apt install python3-tkinter
148148
}
149149
150150
- name: Verbose python binary links

0 commit comments

Comments
 (0)