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 eae9fb7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 29 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@ jobs:
version: 22.04

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)
if: ${{ vars.CURRENT_TOOL == github.workflow }}
shell: powershell
run: |
vcpkg install openssl:x64-windows
- name: build-windows
if: ${{ vars.CURRENT_TOOL == github.workflow }}
uses: ./.github/workflows/build-windows.yml
with:
workflow: ${{ github.workflow }}
toolset: msvc
version: 2022

test-alpine:
needs: alpine-musl
Expand Down
23 changes: 0 additions & 23 deletions mysql/release/_cache_line_size.patch

This file was deleted.

0 comments on commit eae9fb7

Please sign in to comment.