Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq authored Jul 24, 2023
1 parent 121149a commit 23c575b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:
sudo make
ls -lh lib
sudo cp lib/libgtest* /usr/local/lib/
sudo make install
#sudo make install
#cd ..
#sudo rm -rf build
#sudo mkdir /usr/local/lib/googletest
#sudo ln -s /usr/lib/libgtest.a /usr/local/lib/googletest/libgtest.a
#sudo ln -s /usr/lib/libgtest_main.a /usr/local/lib/googletest/libgtest_main.a
- name: Install Crypto++
run: |
wget https://raw.githubusercontent.com/abumq/abumq.github.io/master/downloads/cryptocpp.tar.gz
wget https://abumq.github.io/downloads/cryptocpp.tar.gz
tar xf cryptocpp.tar.gz
cd cryptopp-CRYPTOPP_5_6_5
wget https://raw.githubusercontent.com/abumq/abumq.github.io/master/downloads/pem_pack.zip
wget https://abumq.github.io/downloads/pem_pack.zip
unzip pem_pack.zip
cmake .
make
Expand Down

0 comments on commit 23c575b

Please sign in to comment.