Skip to content

Commit

Permalink
Try vcpkg on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Mar 4, 2024
1 parent 9c88942 commit c639ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
max_attempts: 3
command: |
choco install ccache doxygen.install graphviz
powershell -Command "(Invoke-WebRequest -Uri https://raw.githubusercontent.com/horta/zlib.install/40ddd411521846fa3d6da5db7920a83e013847f4/install.bat -OutFile install_zlib.bat)"; ./install_zlib.bat; del install_zlib.bat
vcpkg install zlib
- name: Generate cache key
shell: cmake -P {0}
Expand Down

0 comments on commit c639ac4

Please sign in to comment.