Skip to content

Commit 08e7d34

Browse files
Merge pull request #10 from pulsar-edit/S985-Support-Ubuntu-Latest
Add libsecret-1-0 to Linux install
2 parents a0ada8c + 8e0540d commit 08e7d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
- if: runner.os == 'Linux'
1111
shell: bash
1212
run: |
13-
sudo apt install -y libnotify4
13+
sudo apt install -y libnotify4 libsecret-1-0
1414
curl -L "https://download.pulsar-edit.dev/?os=linux&type=linux_deb" --output pulsar.deb
1515
sudo dpkg -i pulsar.deb
1616

0 commit comments

Comments
 (0)