Skip to content

Commit

Permalink
Fix invalid github actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Aug 22, 2024
1 parent 633dd72 commit e617285
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_compile_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
ref: oni-mod

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

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

- name: Save Git Hash
Expand Down

0 comments on commit e617285

Please sign in to comment.