Skip to content

Commit b04422e

Browse files
committed
sudo install libsecret-1-dev
1 parent 2878adc commit b04422e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Running tests
3939
run: |
4040
chmod -R 777 ./$home
41-
apt-get install libsecret-1-dev
41+
sudo apt-get install libsecret-1-dev
4242
make test
4343
- name: Generate coverage report
4444
env:

0 commit comments

Comments
 (0)