Skip to content

Merge pull request #6 from ps2dev/use_stdint #18

Merge pull request #6 from ps2dev/use_stdint

Merge pull request #6 from ps2dev/use_stdint #18

Workflow file for this run

name: CI
on:
push:
pull_request:
repository_dispatch:
types: [run_build]
jobs:
build:
runs-on: ubuntu-latest
container: ${{ github.repository_owner }}/ps2sdk:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apk add build-base git
- name: Compile project
run: |
make clean all install