Skip to content

Commit f72c73c

Browse files
committed
debug
1 parent b759093 commit f72c73c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/windows.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ jobs:
4141

4242
- name: Install requirements on vcpkg
4343
run: |
44-
vcpkg install zeromq:x64-windows
45-
vcpkg install czmq:x64-windows
46-
vcpkg install libffi:x64-windows
44+
vcpkg --triplet x64-windows install zeromq czmq libffi
45+
dir C:/vcpkg/installed/x64-windows/bin
46+
47+
- name: Add vcpkg bindir in PATH
48+
run: echo "C:/vcpkg/installed/x64-windows/bin" >> $GITHUB_PATH
49+
shell: bash
4750

4851
- run: pip3 install -r ci/requirements.txt
4952

0 commit comments

Comments
 (0)