Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Apr 28, 2022
1 parent cc1d560 commit 296a246
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,30 +198,30 @@ jobs:
run : |
pushd lib/cryptopp/
make
make install
sudo make install
popd
pushd lib/json
mkdir build
cd build
cmake ..
make
make install
sudo make install
popd
pushd lib/portaudio
git checkout master #some issue with rb-hotplug-wmme branch
./configure
make
make install
sudo make install
popd
pushd lib/pjproject
./configure
make realclean
make dep
make
make install
sudo make install
popd
Expand Down

0 comments on commit 296a246

Please sign in to comment.