We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40efc6 commit 62b36d7Copy full SHA for 62b36d7
.github/workflows/vcpkg.yml
@@ -85,7 +85,9 @@ jobs:
85
shell: bash
86
run: |
87
git -C ${VCPKG_INSTALLATION_ROOT} checkout .
88
- git -C ${VCPKG_INSTALLATION_ROOT} pull --rebase
+ git -C ${VCPKG_INSTALLATION_ROOT} remote add talregev https://github.com/talregev/vcpkg/
89
+ git -C ${VCPKG_INSTALLATION_ROOT} pull --rebase --all
90
+ git -C ${VCPKG_INSTALLATION_ROOT} switch TalR/mkl
91
92
- name: "Install dependencies"
93
run: >
0 commit comments