Skip to content

Commit 4b642ba

Browse files
committed
Install pnpm in GH Action
1 parent 2bb2243 commit 4b642ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tauri-build-app.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
gir1.2-javascriptcoregtk-4.1=2.44.0-2 \
4646
gir1.2-webkit2-4.1=2.44.0-2 \
4747
xdg-utils
48-
48+
- uses: pnpm/action-setup@v4
49+
with:
50+
version: 10
4951
- name: Rust setup
5052
uses: dtolnay/rust-toolchain@stable
5153
with:

0 commit comments

Comments
 (0)