Skip to content

Commit

Permalink
Fix Windows CI: set 'MYSQLCLIENT_VERSION' env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Aug 15, 2024
1 parent 6484c62 commit 91017e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
echo "VCPKGRS_DYNAMIC=1" >> "$env:GITHUB_ENV"
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" >> "$env:GITHUB_ENV"
echo "$env:VCPKG_INSTALLATION_ROOT\installed\x64-windows\lib" >> "$env:GITHUB_PATH"
echo "MYSQLCLIENT_VERSION=8.0.4" >> "$env:GITHUB_ENV"
- name: Install NASM (Windows)
if: matrix.platform.name == 'Windows'
Expand Down

0 comments on commit 91017e1

Please sign in to comment.