Skip to content

Commit 6e47ff5

Browse files
Update build.yml
1 parent f4dca19 commit 6e47ff5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,11 @@ jobs:
2929
cd /tmp/
3030
APT_PARAMS='apt -y -qq -o=Dpkg::Use-Pty=0'
3131
$APT_PARAMS update
32-
$APT_PARAMS install sudo curl git
33-
34-
35-
# APT_PARAMS='sudo apt -y -qq -o=Dpkg::Use-Pty=0'
36-
# $APT_PARAMS update
37-
# $APT_PARAMS install curl git
3832
3933
curl -fsSL https://get.pnpm.io/install.sh | sh -
34+
curl -fsSL https://deb.nodesource.com/setup_22.x | sh -
35+
36+
$APT_PARAMS install sudo curl git nodejs
4037
4138
- name: Build
4239
run: |

0 commit comments

Comments
 (0)