Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Nov 24, 2024
1 parent 591234c commit cc161ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
distribution: 'temurin'

- name: Build libzmq
uses: johnwason/vcpkg-action@v6
uses: toasterofbread/vcpkg-action@test
with:
pkgs: zeromq[draft]
triplet: x64-windows
token: ${{ github.token }}
github-binarycache: true
revision: "62c0f522f7035c91fa9ab84bc33ad77d12b5fe14"
#revision: "62c0f522f7035c91fa9ab84bc33ad77d12b5fe14"

- name: Copy built files
run: xcopy /s /i /y "${{ github.workspace }}\vcpkg\installed\x64-windows\*" "${{ github.workspace }}\library\src\nativeInterop\mingwX64"
Expand Down

0 comments on commit cc161ad

Please sign in to comment.