mirror of
https://github.com/unraid/api.git
synced 2026-04-25 00:39:09 -05:00
fix: include libvirt-devel in workflow
This commit is contained in:
@@ -43,6 +43,9 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Install libvirt-dev
|
||||
run: sudo apt-get install libvirt-dev
|
||||
|
||||
- name: Installing node deps
|
||||
run: npm install
|
||||
|
||||
@@ -77,6 +80,9 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Install libvirt-dev
|
||||
run: sudo apt-get install libvirt-dev
|
||||
|
||||
- name: Installing node deps
|
||||
run: npm install
|
||||
|
||||
@@ -111,6 +117,9 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Install libvirt-dev
|
||||
run: sudo apt-get install libvirt-dev
|
||||
|
||||
- name: Installing node deps
|
||||
run: npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user