diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6565b41..5f1e4d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,7 +51,7 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | sudo apt-get update - sudo apt-get install -y webkit2gtk-4.0 + sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf - name: Install x86_64-apple-darwin for mac and build FanslySync binaries if: matrix.os == 'macos-latest'