You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-and-publish.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,7 @@ jobs:
154
154
apt-get update -y
155
155
apt-get install -y sudo libnss3-dev libssl-dev
156
156
apt-get install -y git # required for `actions/checkout`
157
+
apt-get install -y nodejs npm # required for pminit to build
157
158
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata # tzdata may ask for user interaction if not explicitly installed here
158
159
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
159
160
git config --global --add safe.directory '*' # silence "git failed because of dubious ownership"
0 commit comments