diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index eff824457..f7d3d8ada 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -10,8 +10,12 @@ on: jobs: build: runs-on: ubuntu-latest - container: ghcr.io/ps2homebrew/ps2homebrew:main + #container: ghcr.io/ps2homebrew/ps2homebrew:main + container: redsonbr/ps2dev:latest steps: + - name: Install dependencies + run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml + - name: git checkout uses: actions/checkout@v3 @@ -53,8 +57,12 @@ jobs: igs: [IGS=0, IGS=1] t10k: [DTL_T10000=0, DTL_T10000=1] runs-on: ubuntu-latest - container: ghcr.io/ps2homebrew/ps2homebrew:main + #container: ghcr.io/ps2homebrew/ps2homebrew:main + container: redsonbr/ps2dev:latest steps: + - name: Install dependencies + run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml + - name: git checkout uses: actions/checkout@v3 @@ -82,8 +90,12 @@ jobs: build-lang: runs-on: ubuntu-latest - container: ghcr.io/ps2homebrew/ps2homebrew:main + #container: ghcr.io/ps2homebrew/ps2homebrew:main + container: redsonbr/ps2dev:latest steps: + - name: Install dependencies + run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml + - name: git checkout uses: actions/checkout@v3 @@ -109,10 +121,16 @@ jobs: strategy: fail-fast: false matrix: - debug: [debug, iopcore_debug, ingame_debug, deci2_debug, eesio_debug] + #debug: [debug, iopcore_debug, ingame_debug, deci2_debug, eesio_debug] + # eesio_debug does not build on redsonbr + debug: [debug, iopcore_debug, ingame_debug, deci2_debug] runs-on: ubuntu-latest - container: ghcr.io/ps2homebrew/ps2homebrew:main + #container: ghcr.io/ps2homebrew/ps2homebrew:main + container: redsonbr/ps2dev:latest steps: + - name: Install dependencies + run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml + - name: git checkout uses: actions/checkout@v3 @@ -143,6 +161,9 @@ jobs: USERNAME: ${{ secrets.USERNAME }} PASSWORD: ${{ secrets.PASSWORD }} steps: + - name: Install dependencies + run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml + - name: git checkout uses: actions/checkout@v3