Skip to content

Commit d40efc6

Browse files
committed
check mkl 2023.2.0
1 parent 6a48885 commit d40efc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/vcpkg.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ jobs:
8181
run: |
8282
brew install autoconf automake autoconf-archive
8383
84+
- name: "Install dependencies"
85+
shell: bash
86+
run: |
87+
git -C ${VCPKG_INSTALLATION_ROOT} checkout .
88+
git -C ${VCPKG_INSTALLATION_ROOT} pull --rebase
89+
8490
- name: "Install dependencies"
8591
run: >
8692
vcpkg x-set-installed --triplet ${{ matrix.triplet }} --host-triplet ${{ matrix.triplet }}

0 commit comments

Comments
 (0)