We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf29f8e commit d305062Copy full SHA for d305062
1 file changed
.github/workflows/run-tests.yml
@@ -30,10 +30,10 @@ jobs:
30
#sudo ln -s /usr/lib/libgtest_main.a /usr/local/lib/googletest/libgtest_main.a
31
- name: Install Crypto++
32
run: |
33
- wget https://abumq.github.io/downloads/cryptocpp.tar.gz
+ wget https://github.com/abumq/abumq.github.io/raw/refs/heads/main/downloads/cryptocpp.tar.gz
34
tar xf cryptocpp.tar.gz
35
cd cryptopp-CRYPTOPP_5_6_5
36
- wget https://abumq.github.io/downloads/pem_pack.zip
+ wget https://github.com/abumq/abumq.github.io/raw/refs/heads/main/downloads/pem_pack.zip
37
unzip pem_pack.zip
38
cmake .
39
make
0 commit comments