Skip to content

decode prefix path

decode prefix path #51

Workflow file for this run

name: Windows CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: mkdir
run: mkdir build
- name: configure
run: cmake .. -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release
working-directory: ./build
- name: build
run: mingw32-make
working-directory: ./build