Skip to content

Fix builds as the Ubuntu 24.04 runner doesn't support MSBuild atm #221

Fix builds as the Ubuntu 24.04 runner doesn't support MSBuild atm

Fix builds as the Ubuntu 24.04 runner doesn't support MSBuild atm #221

Workflow file for this run

# NOTE: Releases are not created in this repository!
# DLL builds are compiled/published as part of the releases for each game - please see each game's individual repository.
name: Build DLL
# Run this workflow on every push or pull request
on:
push:
pull_request:
jobs:
build_dll:
name: Build DLL
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@v3
# Note: This uses the mono bundled with Ubuntu to build the project
- name: Compile Mod DLL
run: msbuild /p:Configuration=Release
- name: Compile standalone Higurashi Script Compiler
run: msbuild /p:Configuration=ScriptCompiler