Browse Source

fix(ci): install libfuse2 to run integration tests

Lucas Nogueira 2 years ago
parent
commit
f81c3f2922
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/covector-version-or-publish.yml

+ 1 - 1
.github/workflows/covector-version-or-publish.yml

@@ -30,7 +30,7 @@ jobs:
         if: matrix.platform == 'ubuntu-latest'
         run: |
           sudo apt-get update
-          sudo apt-get install -y webkit2gtk-4.0 libayatana-appindicator3-dev
+          sudo apt-get install -y webkit2gtk-4.0 libayatana-appindicator3-dev libfuse2
 
       - uses: Swatinem/rust-cache@v2
         with: