lists: do not resend vertex format unless needed #219
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Wii CI | |
on: [push, pull_request] | |
jobs: | |
wii: | |
name: ubuntu-latest | |
runs-on: ubuntu-latest | |
container: devkitpro/devkitppc:latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build | |
run: | | |
catnip -t wii |