OSM-binary/.github/actions/install-windows/action.yml

11 lines
192 B
YAML

name: Install Prerequisites on Windows
runs:
using: composite
steps:
- name: Install packages
run: vcpkg install protobuf:x64-windows zlib:x64-windows
shell: powershell