Skip to content

Commit 0ae62bb

Browse files
Add build-essential and python3 for keytar native compilation
1 parent 491344d commit 0ae62bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: "pnpm"
2525

2626
- name: Install system dependencies
27-
run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev
27+
run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev build-essential python3
2828

2929
- name: Install dependencies
3030
run: pnpm install --frozen-lockfile

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: "pnpm"
2626

2727
- name: Install system dependencies
28-
run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev
28+
run: sudo apt-get update && sudo apt-get install -y libsecret-1-dev build-essential python3
2929

3030
- name: Install Dependencies
3131
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)