Skip to content

Commit d305062

Browse files
authored
Update run-tests.yml
1 parent cf29f8e commit d305062

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
#sudo ln -s /usr/lib/libgtest_main.a /usr/local/lib/googletest/libgtest_main.a
3131
- name: Install Crypto++
3232
run: |
33-
wget https://abumq.github.io/downloads/cryptocpp.tar.gz
33+
wget https://github.com/abumq/abumq.github.io/raw/refs/heads/main/downloads/cryptocpp.tar.gz
3434
tar xf cryptocpp.tar.gz
3535
cd cryptopp-CRYPTOPP_5_6_5
36-
wget https://abumq.github.io/downloads/pem_pack.zip
36+
wget https://github.com/abumq/abumq.github.io/raw/refs/heads/main/downloads/pem_pack.zip
3737
unzip pem_pack.zip
3838
cmake .
3939
make

0 commit comments

Comments
 (0)