diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml index 49c25461d..ccfab4443 100644 --- a/.github/workflows/gradle.yaml +++ b/.github/workflows/gradle.yaml @@ -167,7 +167,7 @@ jobs: uses: awalsh128/cache-apt-pkgs-action@v1.6.0 with: packages: | - build-essential curl wget file libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev + build-essential curl wget file libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev xdg-utils # Increment to invalidate the cache version: ${{ format('v1.0-{0}', env.BUILD_ARCH) }} # Enables a workaround to attempt to run pre and post install scripts