mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
Merge branch 'master' into patch-1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user