8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebe37e commit cc29770Copy full SHA for cc29770
.github/workflows/test_pymode.yml
@@ -3,15 +3,15 @@ name: Testing python-mode
3
on: [push]
4
5
jobs:
6
- test-python-3_6:
+ test-python-3:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v1
10
- name: Install dependencies
11
run: |
12
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
+ 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
+ sudo apt remove --purge -yqq vim vim-runtime gvim
15
- name: build and install vim from source
16
working-directory: /tmp
17
0 commit comments