Author: ivan
Date: Wed Jul 10 10:50:57 2024
New Revision: 1919086

URL: http://svn.apache.org/viewvc?rev=1919086&view=rev
Log:
* .github/workflows/windows-cmake.yml: Install openssl.

Modified:
    serf/trunk/.github/workflows/windows-cmake.yml

Modified: serf/trunk/.github/workflows/windows-cmake.yml
URL: 
http://svn.apache.org/viewvc/serf/trunk/.github/workflows/windows-cmake.yml?rev=1919086&r1=1919085&r2=1919086&view=diff
==============================================================================
--- serf/trunk/.github/workflows/windows-cmake.yml (original)
+++ serf/trunk/.github/workflows/windows-cmake.yml Wed Jul 10 10:50:57 2024
@@ -35,7 +35,7 @@ jobs:
               core.exportVariable('ACTIONS_RUNTIME_TOKEN', 
process.env.ACTIONS_RUNTIME_TOKEN || '');
 
       - name: Install dependencies
-        run: vcpkg install --triplet ${{ matrix.triplet }} apr apr-util zlib
+        run: vcpkg install --triplet ${{ matrix.triplet }} apr apr-util zlib 
openssl
 
       - uses: actions/checkout@v3
 


Reply via email to