Skip to content

Commit f5c5b52

Browse files
author
Brent Gardner
committed
Fix build?
1 parent b70b372 commit f5c5b52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ jobs:
8181
- uses: actions/checkout@v3
8282
- name: Install dependencies
8383
run: |
84+
curl -fsSL https://deb.nodesource.com/setup_18.x | bash
8485
apt-get -qq update
85-
apt-get -qq install -y nodejs npm
86+
apt-get -qq install -y nodejs
8687
npm install -g yarn
8788
cat /etc/*-release
8889
which node

0 commit comments

Comments
 (0)