Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai authored Nov 11, 2023
1 parent 53c41a1 commit f7dfafb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7dfafb

Please sign in to comment.