Skip to content

Commit

Permalink
Add python3-dev which is used by leaderf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Feb 8, 2022
1 parent d2329d6 commit 9992c27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt install -y python3 nodejs git gcc
sudo apt install -y python3 python3-dev nodejs git gcc
sudo pip install -U pip setuptools
sudo pip install neovim
Expand All @@ -34,6 +34,10 @@ jobs:
echo "=========start to install plugins========="
./nvim +PlugInstall +qall --headless
cd nvim.config/nvim/plugged/LeaderF/
./install.sh
cd $GITHUB_WORKSPACE
echo "=========start to install plugins of tree-sitter========="
./nvim +"TSInstallSync maintained" +qall --headless
Expand Down

0 comments on commit 9992c27

Please sign in to comment.