Merge branch 'master' into patch-1

This commit is contained in:
Erin Moon
2021-01-21 22:20:42 -06:00
committed by GitHub
602 changed files with 1251 additions and 9087 deletions
+5
View File
@@ -14,6 +14,11 @@ jobs:
uses: actions/checkout@v1
with:
token: ${{secrets.MY_REPO_PAT}}
- name: setup python
uses: actions/setup-python@v2
with:
python-version: '3.x'
architecture: 'x64'
- name: Copy in dol and compilers
run: cp /tmp/baserom.dol ./baserom.dol && cp -r /tmp/mwcc_compiler/ tools/mwcc_compiler && chown root /github/home/
- name: Run Make (OK)