ci(macos): use vcpkg

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-07-13 15:30:55 -04:00
parent 9210d68ed1
commit 4614d683b3
2 changed files with 34 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ runs:
- name: Setup macOS dependencies
if: ${{ runner.os == 'macOS' }}
uses: ./.github/actions/setup-dependencies/macos
with:
build-type: ${{ inputs.build-type }}
- name: Setup Windows dependencies
if: ${{ runner.os == 'Windows' }}