Skip to content

Commit 0f4b568

Browse files
equalsrafequalsraf
authored andcommitted
Add missing dependency in github CI Linux runner
1 parent b37f6fe commit 0f4b568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: ${{ startsWith(matrix.runner, 'ubuntu') }}
6161
run: |
6262
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
63+
sudo apt-get install -y neovim ninja-build libqt5svg5 libqt5svg5-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libfuse2
6464
sudo apt-get update -y
6565
6666
- name: MacOS - Setup

0 commit comments

Comments
 (0)