no aptitude

This commit is contained in:
Jesse Bannon 2023-02-23 16:55:12 -08:00
parent a32108713d
commit 922f2fac44

View file

@ -125,7 +125,6 @@ jobs:
# Set an output parameter `uname` for use in subsequent steps
run: |
apt-get update -y
aptitude build-dep python3
apt-get install -y wget build-essential gcc g++ libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev openssl
wget https://www.python.org/ftp/python/3.10.10/Python-3.10.10.tar.xz
tar -xf Python-3.10.10.tar.xz