Skip to content

Commit

Permalink
Add build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-jimenez committed Nov 21, 2024
1 parent 0778803 commit 4d0030a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
packages: write
contents: write
steps:
- name: Install dependencies
run: sudo apt-get install -y libplasma-dev
- name: Checkout code
uses: actions/checkout@v4

libplasma-dev
- name: Build project
id: build_project
run: |
Expand Down

0 comments on commit 4d0030a

Please sign in to comment.