Skip to content

Commit 10d18ab

Browse files
committed
fix: install pnpm before building libvirt
1 parent 8c6cd09 commit 10d18ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-libvirt.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,20 @@ jobs:
2929
with:
3030
python-version: '3.10'
3131

32+
3233
- name: Set Node.js
3334
uses: actions/setup-node@v4
3435
with:
3536
node-version: 20.x
3637
cache: 'pnpm'
3738
cache-dependency-path: './libvirt/pnpm-lock.yaml'
3839

40+
- uses: pnpm/action-setup@v4
41+
name: Install pnpm
42+
with:
43+
version: 8
44+
run_install: false
45+
3946
- name: Cache APT Packages
4047
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
4148
with:

0 commit comments

Comments
 (0)