Skip to content

Commit 62b36d7

Browse files
committed
test mkl 2025.2.0
1 parent d40efc6 commit 62b36d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/vcpkg.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ jobs:
8585
shell: bash
8686
run: |
8787
git -C ${VCPKG_INSTALLATION_ROOT} checkout .
88-
git -C ${VCPKG_INSTALLATION_ROOT} pull --rebase
88+
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
8991
9092
- name: "Install dependencies"
9193
run: >

0 commit comments

Comments
 (0)