Skip to content

Commit ae9d538

Browse files
authored
Temporarily remove libsecret to confirm linux failure
1 parent 437a722 commit ae9d538

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 libsecret-1-0
13+
sudo apt install -y libnotify4
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)