Эх сурвалжийг харах

fix(ci): install webkit2gtk-4.1 for e2e tests

Lucas Nogueira 11 сар өмнө
parent
commit
70b852595a

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

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