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 build-essential
157
158
apt-get install -y strace # required to run JS tests
158
159
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata # tzdata may ask for user interaction if not explicitly installed here
159
160
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
0 commit comments