Skip to content

Commit

Permalink
try install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Jun 26, 2024
1 parent 5a8d1d4 commit 5de5ac9
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@ jobs:

windows-msvc:
if: ${{ vars.CURRENT_TOOL == github.workflow }}
uses: ./.github/workflows/build-windows.yml
with:
workflow: ${{ github.workflow }}
toolset: msvc
version: 2022
steps:
- name: Install OpenSSL (Windows)
shell: powershell
run: |
vcpkg install openssl:x64-windows
- name: build-windows
uses: ./.github/workflows/build-windows.yml
with:
workflow: ${{ github.workflow }}
toolset: msvc
version: 2022

test-alpine:
needs: alpine-musl
Expand Down

0 comments on commit 5de5ac9

Please sign in to comment.