Skip to content

Commit

Permalink
chore: fix build installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Dec 16, 2024
1 parent 727f1ec commit 7be4b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run build installer script
shell: pwsh
run: |
.\build_installer.ps1 x64 ${{ env.BUILD_TYPE}} "${{env.CMAKE_GENERATOR}}" C:/mysql-${{ vars.MYSQL_VERSION }}-winx64 "${{env.WIX_DIR}}"
.\build_installer.ps1 x64 ${{ env.BUILD_TYPE}} "${{env.CMAKE_GENERATOR}}" C:/mysql-${{ vars.MYSQL_VERSION }}-winx64 "${{env.WIX_DIR}}" C:/openssl-3/x64/include/
- name: Configure AWS credentials
uses: aws-actions/[email protected]
Expand Down

0 comments on commit 7be4b1b

Please sign in to comment.