Fetches a ps2-toolchain release (EE/IOP/DVP compilers) and extracts it into a target directory
This repository has been archived on 2026-09-06. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-05 20:19:49 -05:00
dist Switch linux to zip 2026-09-05 20:19:49 -05:00
src Switch linux to zip 2026-09-05 20:19:49 -05:00
.gitignore Change action to use node 2026-09-04 21:50:01 -05:00
action.yml Change action to use node 2026-09-04 21:50:01 -05:00
LICENSE Initial commit: setup-toolchain, fetches ps2-toolchain releases 2026-09-02 10:04:48 -05:00
package-lock.json Change action to use node 2026-09-04 21:50:01 -05:00
package.json Change action to use node 2026-09-04 21:50:01 -05:00
README.md Update README 2026-09-04 21:56:45 -05:00
tsconfig.json Change action to use node 2026-09-04 21:50:01 -05:00

setup-toolchain

Downloads a ps2-toolchain release (EE/IOP/DVP cross-compilers) and extracts it into a directory.

Provisions the compilers only - pair it with setup-ps2build to also get ps2build itself, or use setup-sdk for a one-shot bootstrap that includes SDK packages too.

Windows-only for now, since that's the only platform ps2/toolchain currently builds for.

Forgejo/GitHub Action

- uses: https://git.techwritescode.dev/ps2/setup-toolchain@master
  with:
    destination: C:\ps2dev
    version: latest   # optional