Skip to content

Commit ba5c704

Browse files
committed
fix(CI): build-essential should be installed instead
1 parent 16561c6 commit ba5c704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
apt-get update -y
155155
apt-get install -y sudo libnss3-dev libssl-dev
156156
apt-get install -y git # required for `actions/checkout`
157-
apt-get install -y nodejs npm
157+
apt-get install -y build-essential
158158
apt-get install -y strace # required to run JS tests
159159
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata # tzdata may ask for user interaction if not explicitly installed here
160160
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04

0 commit comments

Comments
 (0)