hide some of the output
because currently more than 7000 lines are being shown for each run
This commit is contained in:
parent
317602a29d
commit
0e8eada1c4
4
.github/workflows/test-on-rpi.yml
vendored
4
.github/workflows/test-on-rpi.yml
vendored
@ -48,8 +48,8 @@ jobs:
|
||||
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev -y
|
||||
tar -xzvf Python-3.12.2.tgz
|
||||
cd Python-3.12.2/
|
||||
./configure --enable-optimizations
|
||||
sudo make altinstall
|
||||
./configure --enable-optimizations &> /dev/null
|
||||
sudo make altinstall &> /dev/null
|
||||
sudo rm /usr/bin/python
|
||||
sudo ln -s /usr/local/bin/python3.12 /usr/bin/python
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user