Skip to content

cosmetic-only fix for proc path #12

cosmetic-only fix for proc path

cosmetic-only fix for proc path #12

Workflow file for this run

name: testbuild
on: [push]
jobs:
run-testbuild:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
path: sfse
- run: cmake -B sfse/build -S sfse -DCMAKE_INSTALL_PREFIX=extern sfse
- run: cmake --build sfse/build --config Release