diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2022-07-01 01:09:48 +0200 |
|---|---|---|
| committer | lepelog <25211966+lepelog@users.noreply.github.com> | 2022-07-01 01:24:31 +0200 |
| commit | 79b4f1cd9e9f9b415614a11b7a6119dc7a870318 (patch) | |
| tree | ec2f1c00728dc455f71f4c164b6256af3e2076bc /.github | |
| parent | 7d2e4e81dc2e1e598b41fc41a859faa8668514e8 (diff) | |
check rels in gh action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ok-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ok-check.yml b/.github/workflows/ok-check.yml index d4c394bd39..8a5509f862 100644 --- a/.github/workflows/ok-check.yml +++ b/.github/workflows/ok-check.yml @@ -17,4 +17,4 @@ jobs: - 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/ - name: Run Make (OK) - run: make
\ No newline at end of file + run: make all rels && ./tp check --rels |
