Skip to content

Commit a109d68

Browse files
committed
dev-desktop: add nodejs package for running rustdoc-gui tests
1 parent a8702be commit a109d68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/roles/dev-desktop/tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@
186186
- gcc-multilib # for 32 bit cross compiles of libstd and tests
187187
state: present
188188

189+
- name: Install Nodejs
190+
shell: |
191+
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
192+
apt-get install -y nodejs
193+
189194
- name: Set up the git credential helper user
190195
user:
191196
name: github-app-credentials

0 commit comments

Comments
 (0)