diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 70140ffa1..72d47d5a8 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -426,7 +426,7 @@ jobs: steps: - uses: actions/checkout@master - name: get openssl - run: Invoke-WebRequest -Uri "https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1l.zip" -OutFile ".\openssl.zip" + run: Invoke-WebRequest -Uri "https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1q.zip" -OutFile ".\openssl.zip" shell: powershell - name: expand openssl run: | @@ -470,7 +470,7 @@ jobs: steps: - uses: actions/checkout@master - name: get openssl - run: Invoke-WebRequest -Uri "https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1l.zip" -OutFile ".\openssl.zip" + run: Invoke-WebRequest -Uri "https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1q.zip" -OutFile ".\openssl.zip" shell: powershell - name: expand openssl run: | @@ -564,7 +564,7 @@ jobs: steps: - uses: actions/checkout@master - name: get openssl - run: Invoke-WebRequest -Uri "https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1l.zip" -OutFile ".\openssl.zip" + run: Invoke-WebRequest -Uri "https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1q.zip" -OutFile ".\openssl.zip" shell: powershell - name: expand openssl run: |