Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikiranGudla committed May 4, 2024
1 parent 001aed5 commit 555d0bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/scripts/install_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ echo "Installing.. Let's try your luck"

#sudo apt-get update

sudo apt-get install libfftw3-dev
sudo apt-get update
sudo apt-get install build-essential libfftw3-dev



Expand All @@ -26,7 +27,7 @@ mkdir build

cd build

cmake -PYTHON_BINDINGS=ON ..
cmake -DPYTHON_BINDINGS=ON ..

make

Expand Down

0 comments on commit 555d0bf

Please sign in to comment.