Skip to content

Commit

Permalink
update vcpkg before install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrusha committed Jul 25, 2023
1 parent 7257b5e commit cd23129
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: vcpkg install openssl:x64-windows-static-md
- run: |
vcpkg update
vcpkg install openssl:x64-windows-static-md
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit cd23129

Please sign in to comment.