update workflow (again)
Some checks failed
Playwright Tests / test (push) Failing after 3m9s

This commit is contained in:
parent d29ccbe0a6
commit 822e855feb
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
apt-get update
apt-get install -y jq
apt-get install -y jq xdg-utils
curled=$(curl -L https://github.com/obsidianmd/obsidian-releases/raw/refs/heads/master/desktop-releases.json | jq .latestVersion | sed s/\"//g)
curl -Lo obsidian.deb "https://github.com/obsidianmd/obsidian-releases/releases/download/v$curled/obsidian_${curled}_amd64.deb"
corepack enable