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.
1 parent 085d59c commit ae7bca7Copy full SHA for ae7bca7
1 file changed
.github/workflows/desktop.release.test.yml
@@ -24,6 +24,10 @@ jobs:
24
uses: actions/setup-python@v4
25
with:
26
python-version: '3.10'
27
+ - name: Install system dependencies (libsecret)
28
+ run: |
29
+ sudo apt-get update
30
+ sudo apt-get install -y libsecret-1-dev pkg-config
31
- name: Install FPM
32
run: sudo gem install fpm -f
33
0 commit comments