osrm-backend/third_party/libosmium/.github/actions/build-windows/action.yml

11 lines
177 B
YAML
Raw Normal View History

name: Windows Build
runs:
using: composite
steps:
- name: Build
run: cmake --build . --config Release --verbose
shell: bash
working-directory: build