File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ jobs:
20
20
cd build
21
21
sudo cmake ..
22
22
sudo make
23
- ls -lh
24
- sudo cp libgtest* /usr/lib/
25
- cd ..
26
- sudo rm -rf build
27
- sudo mkdir /usr/local/lib/googletest
28
- sudo ln -s /usr/lib/libgtest.a /usr/local/lib/googletest/libgtest.a
29
- sudo ln -s /usr/lib/libgtest_main.a /usr/local/lib/googletest/libgtest_main.a
23
+ ls -lh lib
24
+ sudo cp lib/libgtest* /usr/local/lib/
25
+ sudo make install
26
+ #cd ..
27
+ #sudo rm -rf build
28
+ #sudo mkdir /usr/local/lib/googletest
29
+ #sudo ln -s /usr/lib/libgtest.a /usr/local/lib/googletest/libgtest.a
30
+ #sudo ln -s /usr/lib/libgtest_main.a /usr/local/lib/googletest/libgtest_main.a
30
31
- name : Install Crypto++
31
32
run : |
32
33
wget https://raw.githubusercontent.com/abumq/abumq.github.io/master/downloads/cryptocpp.tar.gz
You can’t perform that action at this time.
0 commit comments