We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae5783c + adb0ae9 commit 5a73ad7Copy full SHA for 5a73ad7
.github/workflows/build-gui.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- if: startsWith(matrix.os, 'ubuntu')
67
name: Set up Linux dependencies
68
- uses: awalsh128/cache-apt-pkgs-action@v1.5.3
+ uses: awalsh128/cache-apt-pkgs-action@v1.6.0
69
with:
70
packages: libgtk-3-dev webkit2gtk-4.1 libappindicator3-dev librsvg2-dev patchelf
71
# Increment to invalidate the cache
.github/workflows/gradle.yaml
@@ -164,7 +164,7 @@ jobs:
164
path: server/desktop/build/libs/
165
166
- name: Set up Linux dependencies
167
168
169
packages: |
170
build-essential curl wget file libssl-dev libgtk-3-dev libappindicator3-dev librsvg2-dev
0 commit comments