Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Mar 5, 2021
1 parent b759093 commit 701e178
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ jobs:

- name: Install requirements on vcpkg
run: |
vcpkg install zeromq:x64-windows
vcpkg install czmq:x64-windows
vcpkg install libffi:x64-windows
vcpkg --triplet x64-windows install zeromq czmq libffi
cp C:/vcpkg/installed/x64-windows/bin/libzmq-mt-4_3_3.dll C:/vcpkg/installed/x64-windows/bin/libzmq.dll
dir C:/vcpkg/installed/x64-windows/bin
- name: Add vcpkg bindir in PATH
run: echo "C:/vcpkg/installed/x64-windows/bin" >> $GITHUB_PATH
shell: bash

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

Expand Down

0 comments on commit 701e178

Please sign in to comment.