mirror of
https://github.com/zeldaret/tp
synced 2026-06-17 07:08:04 -04:00
Merge branch 'master' into d_a_do
This commit is contained in:
@@ -15,6 +15,6 @@ jobs:
|
||||
with:
|
||||
token: ${{secrets.MY_REPO_PAT}}
|
||||
- name: Copy in dol and compilers
|
||||
run: cp /tmp/baserom.dol ./baserom.dol && cp -r /tmp/mwcc_compiler/ tools/mwcc_compiler && cp tools/mwcc_compiler/2.7/mwcceppc.exe tools/mwcc_compiler/2.7/mwcceppc_patched.exe && chown root /github/home/
|
||||
run: cp /tmp/baserom.dol ./baserom.dol && cp -r /tmp/mwcc_compiler/ tools/mwcc_compiler && cp tools/mwcc_compiler/2.7/mwcceppc.exe tools/mwcc_compiler/2.7/mwcceppc_modded.exe && chown root /github/home/
|
||||
- name: Run Make (OK)
|
||||
run: make all rels
|
||||
|
||||
Reference in New Issue
Block a user