Skip to content

Commit 1202888

Browse files
committed
fix ci
1 parent 33b8765 commit 1202888

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
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
apt-get update -y
9090
apt-get install -y sudo libnss3-dev libssl-dev
91-
apt-get install -y curl make git build-essential
91+
apt-get install -y curl wget make git build-essential
9292
apt-get install -y zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev # required for pyenv
9393
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
9494
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04

0 commit comments

Comments
 (0)