Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread authored Jan 17, 2024
1 parent 6113dca commit 1c71a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
run: move "${{ github.workspace }}\vcpkg\packages\zeromq_x64-windows\*" "${{ github.workspace }}\src\nativeInterop"

- name: test
run: dir src/nativeInterop
run: dir vcpkg\installed\x64-windows

- name: test
run: dir src/nativeInterop/bin
run: dirvcpkg\installed\x64-windows\bin

- name: Download 7-Zip
run: curl https://www.7-zip.org/a/7z2301-x64.exe --output 7z-installer.exe
Expand Down

0 comments on commit 1c71a42

Please sign in to comment.