8000 Update github action/workflow · python-mode/python-mode@cc29770 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc29770

Browse files
committed
Update github action/workflow
1 parent 2ebe37e commit cc29770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_pymode.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Testing python-mode
33
on: [push]
44

55
jobs:
6-
test-python-3_6:
6+
test-python-3:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
1010
- name: Install dependencies
1111
run: |
1212
sudo apt update
13-
sudo apt install -yqq libncurses5-dev libatk1.0-dev python-dev python3-dev lua5.1 lua5.1-dev libperl-dev git
14-
sudo apt remove --purge vim vim-runtime gvim
13+
sudo apt install -yqq libncurses5-dev libgtk2.0-dev libatk1.0-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev python3-dev lua5.2 liblua5.2-dev libperl-dev git
14+
sudo apt remove --purge -yqq vim vim-runtime gvim
1515
- name: build and install vim from source
1616
working-directory: /tmp
1717
run: |

0 commit comments

Comments
 (0)
0