summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorErin Moon <erin@hecke.rs>2021-01-21 22:20:42 -0600
committerGitHub <noreply@github.com>2021-01-21 22:20:42 -0600
commitbe58176ab20f94f46bbc6e6c7f5a25f2ac310f8f (patch)
tree2b46380daf361ccfaea8be81a38f750937f24441 /.github
parentdcc9b877740eb57eab2fb7ff4db6c0d289bfdeb0 (diff)
parenta072e71c33dc4f78f20f7b4ba8645346af66fd9c (diff)
Merge branch 'master' into patch-1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ok-check.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ok-check.yml b/.github/workflows/ok-check.yml
index c9da2299e2..3a224488e7 100644
--- a/.github/workflows/ok-check.yml
+++ b/.github/workflows/ok-check.yml
@@ -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)