Skip to content

Update to latest PS2SDK. #6

Update to latest PS2SDK.

Update to latest PS2SDK. #6

Workflow file for this run

name: CI-compile
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
# instead of "ps2dev/ps2dev:latest" you can use different tags, for example for old projects you can use "ps2dev/ps2dev:v1.0"
steps:
- name: Install dependencies
run: |
apk add build-base git zip
- uses: actions/checkout@v2
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git fetch --prune --unshallow
- name: Compile project
run: |
make all
# commands for compiling your project