Skip to content

Commit

Permalink
or maybe this might fix the windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
beatboxchad committed Jun 21, 2024
1 parent cbbabed commit c7aaac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ jobs:
vcpkg install readline --triplet="${{ matrix.vcpkg-triplet }}" --overlay-triplets="$GITHUB_WORKSPACE/vcpkg/triplets"
- name: install hidapi
shell: bash
run: vcpkg install hidapi
run: vcpkg install hidapi --triplet="${{ matrix.vcpkg-triplet }}" --overlay-triplets="$GITHUB_WORKSPACE/vcpkg/triplets"
- name: configure
shell: bash
run: |
Expand Down

0 comments on commit c7aaac0

Please sign in to comment.