Skip to content

fc: fix evaluation of sprites not aligned to 4-byte boundaries in OAM PR run #541

fc: fix evaluation of sprites not aligned to 4-byte boundaries in OAM PR run

fc: fix evaluation of sprites not aligned to 4-byte boundaries in OAM PR run #541

Workflow file for this run

name: Pull Request
run-name: ${{ github.event.pull_request.title }} PR run
on:
pull_request:
branches: [ '*' ]
types: [ opened, synchronize, reopened ]
permissions:
contents: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
build-project:
name: Build ares (primary)
uses: ./.github/workflows/build.yml
permissions:
contents: read
with:
official: false
build-aux:
name: Build ares (auxiliary)
uses: ./.github/workflows/build-aux.yml
secrets: inherit