diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-11-10 20:27:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-10 20:27:04 -0500 |
| commit | f7dfafbbf4d2bdfd7be0b582e563b827a516d59a (patch) | |
| tree | be0385a6563eb4ed51966774df5f6407ed08e5ff /.github | |
| parent | 53c41a13596edfe28d7399612ee8c06634ac337f (diff) | |
Update ci.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 157b4bc73..84a699b32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,28 +10,16 @@ jobs: build: runs-on: self-hosted - strategy: - matrix: - python-version: [3.x] - steps: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python-version }} - - name: Check formatting run: bash -c "tools/check_format.sh 2>&1 | tee tools/check_format.txt" - name: Check relocs run: bash -c "tools/reloc_spec_check.sh" - - name: Install Python dependencies - run: python -m pip install -r requirements.txt - - name: Copy ROM run: cp /usr/local/etc/roms/mm.us.rev1.z64 baserom.mm.us.rev1.z64 |
