Skip to content

Fix game structs for 1.8.86 #55

Fix game structs for 1.8.86

Fix game structs for 1.8.86 #55

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