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 b37f6fe commit 0f4b568Copy full SHA for 0f4b568
.github/workflows/build-test.yml
@@ -60,7 +60,7 @@ jobs:
60
if: ${{ startsWith(matrix.runner, 'ubuntu') }}
61
run: |
62
sudo add-apt-repository -y ppa:neovim-ppa/stable
63
- sudo apt-get install -y neovim ninja-build libqt5svg5 libqt5svg5-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
+ sudo apt-get install -y neovim ninja-build libqt5svg5 libqt5svg5-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libfuse2
64
sudo apt-get update -y
65
66
- name: MacOS - Setup
0 commit comments