Skip to content

Commit 5aabe3d

Browse files
committed
feat: Add dependency installation step in GitHub Actions workflow
1 parent 076c94a commit 5aabe3d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515

16+
- name: Install dependencies
17+
run: |
18+
sudo apt-get update
19+
sudo apt-get install -y libvirt-dev pkg-config libclang-dev
20+
1621
- name: Set up Rust
1722
uses: actions-rs/toolchain@v1
1823
with:

0 commit comments

Comments
 (0)