This commit is contained in:
parent
144d438827
commit
c59526948b
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
||||
node-version: lts/*
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y jq xdg-utils xvfb
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y jq xdg-utils xvfb
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user