Skip to content

Update compilation.yml #14

Update compilation.yml

Update compilation.yml #14

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-ports:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apk add build-base git
- name: Compile project
run: |
make clean all install