Skip to content

Commit

Permalink
try 8.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Apr 1, 2024
1 parent c743752 commit e61ec9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
build-windows:
runs-on: windows-${{ inputs.version }}
steps:
- name: Install OpenSSL (Windows)
if: runner.os == 'Windows'
shell: powershell
run: |
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
vcpkg install openssl:x64-windows-static-md
- uses: actions/checkout@v3
- name: build ${{ inputs.workflow }}-windows-${{ inputs.toolset }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion mysql/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "::group::install deps"
echo "::endgroup::"

tool_name="mysql"
tool_version="8.3.0"
tool_version="8.0.33"
self_toolset_name="build-msvc"
release_version_dirpath="$dp0/release/build"

Expand Down

0 comments on commit e61ec9d

Please sign in to comment.