Skip to content

Commit

Permalink
chore: install libsecret-1-dev
Browse files Browse the repository at this point in the history
This isn't included in latest Ubuntu any more
  • Loading branch information
aliscott committed Dec 31, 2024
1 parent f6a672a commit e6c95bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "16.13.1"
- name: Install libsecret-1-dev
run: sudo apt-get install libsecret-1-dev
- name: Install
run: yarn
env:
Expand Down

0 comments on commit e6c95bc

Please sign in to comment.