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

This commit is contained in:
Lucas Nogueira
2024-09-15 09:58:11 -03:00
parent 6d629cbf93
commit 70b852595a

View File

@@ -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: