Skip to content

Commit 9b829fe

Browse files
author
Anaïs Saraiva
committed
Update build.yml
1 parent 98b9cf7 commit 9b829fe

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
node-version: lts/*
3333
cache: 'npm'
3434

35+
- name: Install Bun
36+
run: |
37+
curl -fsSL https://bun.sh/install | bash
38+
echo "$HOME/.bun/bin" >> $GITHUB_PATH
39+
3540
- name: install frontend dependencies
3641
run: |
3742
npm cache clean --force
@@ -46,12 +51,6 @@ jobs:
4651
with:
4752
workspaces: './src-tauri -> target'
4853

49-
- name: clear npm cache and install dependencies
50-
run: |
51-
npm cache clean --force
52-
rm -rf node_modules package-lock.json
53-
npm install
54-
5554
- name: install missing rollup dependencies
5655
run: |
5756
npm install @rollup/rollup-linux-x64-gnu --save-dev

0 commit comments

Comments
 (0)