We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491344d commit 0ae62bbCopy full SHA for 0ae62bb
2 files changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: "pnpm"
25
26
- name: Install system dependencies
27
- run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev
+ run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev build-essential python3
28
29
- name: Install dependencies
30
run: pnpm install --frozen-lockfile
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies
31
0 commit comments