From f914ea1c7d8ad1230c4a0ab530c857fed99d0c03 Mon Sep 17 00:00:00 2001 From: didirus4 Date: Sun, 6 Jul 2025 01:38:26 +0300 Subject: [PATCH] fix: Ubuntu CI/CD building --- .github/workflows/theseus-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theseus-release.yml b/.github/workflows/theseus-release.yml index 8e839ba7..02f37485 100644 --- a/.github/workflows/theseus-release.yml +++ b/.github/workflows/theseus-release.yml @@ -106,7 +106,7 @@ jobs: if: startsWith(matrix.platform, 'ubuntu') run: | sudo apt-get update - sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev pkg-config libayatana-appindicator3-dev librsvg2-dev xdg-utils + sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev pkg-config libayatana-appindicator3-dev librsvg2-dev xdg-utils openjdk-17-jdk - name: Install code signing client (Windows only) if: startsWith(matrix.platform, 'windows')