Skip to content

Commit

Permalink
chore: test installer build with older MySQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Jun 20, 2024
1 parent 1ec7ade commit d56576e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Configure build environment/dependencies
- name: Install MySQL client libs
run: |
curl -L https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.0-winx64.zip -o mysql.zip
curl -L https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.36-winx64.zip -o mysql.zip
unzip -d C:/ mysql.zip
- name: Add msbuild to PATH
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Run build installer script
run: |
.\build_installer.ps1 x64 ${{ env.BUILD_TYPE}} "${{env.CMAKE_GENERATOR}}" C:/mysql-8.0.0-winx64
.\build_installer.ps1 x64 ${{ env.BUILD_TYPE}} "${{env.CMAKE_GENERATOR}}" C:/mysql-8.0.36-winx64
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4.0.2
Expand Down

0 comments on commit d56576e

Please sign in to comment.