Skip to content

Commit

Permalink
Update CI to compile higurashi script compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Sep 7, 2024
1 parent 6855d85 commit b240048
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_dll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
uses: actions/checkout@v3

# Note: This uses the mono bundled with Ubuntu to build the project
- name: Compile project
- name: Compile Mod DLL
run: msbuild /p:Configuration=Release

- name: Compile standalone Higurashi Script Compiler
run: msbuild /p:Configuration=ScriptCompiler

0 comments on commit b240048

Please sign in to comment.