Skip to content

Commit

Permalink
add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW committed Jan 23, 2025
1 parent 8296988 commit 16609c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
apt-get update -y
apt-get upgrade -y
apt-get install -y sudo wget
wget https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz
tar -xvf Python-3.10.0.tgz
cd Python-3.10.0
wget https://www.python.org/ftp/python/3.10.16/Python-3.10.16.tgz
tar -xvf Python-3.10.16.tgz
cd Python-3.10.16
sudo ./configure --enable-optimizations
make -j 4
make install
Expand Down

0 comments on commit 16609c4

Please sign in to comment.