diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 245d99240..82c3ba965 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -9,11 +9,11 @@ on: jobs: build: runs-on: ubuntu-latest - container: ps2dev/ps2dev:latest + container: gkbmdz/ps2dev:latest steps: - name: Install dependencies run: | - apk add build-base git zip gawk python3 py3-pip bash + apk add build-base git zip gawk python3 py3-pip bash py3-yaml - name: git checkout uses: actions/checkout@v3 @@ -22,8 +22,8 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" git fetch --prune --unshallow - - name: Install Python packages - run: pip3 install -r requirements.txt +# - name: Install Python packages +# run: pip3 install -r requirements.txt - name: Compile -> make clean release run: make --trace clean release @@ -59,10 +59,10 @@ jobs: igs: [IGS=0, IGS=1] t10k: [DTL_T10000=0, DTL_T10000=1] runs-on: ubuntu-latest - container: ps2dev/ps2dev:latest + container: gkbmdz/ps2dev:latest steps: - name: Install dependencies - run: apk add build-base git zip gawk python3 py3-pip bash + run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml - name: git checkout uses: actions/checkout@v3 @@ -71,8 +71,8 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" git fetch --prune --unshallow - - name: Install Python packages - run: pip3 install -r requirements.txt +# - name: Install Python packages +# run: pip3 install -r requirements.txt - name: Get version id: version @@ -94,11 +94,11 @@ jobs: build-lang: runs-on: ubuntu-latest - container: ps2dev/ps2dev:latest + container: gkbmdz/ps2dev:latest steps: - name: Install dependencies run: | - apk add build-base git zip gawk python3 py3-pip bash + apk add build-base git zip gawk python3 py3-pip bash py3-yaml - name: git checkout uses: actions/checkout@v3 @@ -107,8 +107,8 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" git fetch --prune --unshallow - - name: Install Python packages - run: pip3 install -r requirements.txt +# - name: Install Python packages +# run: pip3 install -r requirements.txt - name: Compile -> make download_lng languages run: make --trace download_lng languages @@ -130,10 +130,10 @@ jobs: matrix: debug: [debug, iopcore_debug, ingame_debug, deci2_debug] # eesio_debug broken runs-on: ubuntu-latest - container: ps2dev/ps2dev:latest + container: gkbmdz/ps2dev:latest steps: - name: Install dependencies - run: apk add build-base git zip gawk python3 py3-pip bash + run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml - name: git checkout uses: actions/checkout@v3 @@ -142,8 +142,8 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" git fetch --prune --unshallow - - name: Install Python packages - run: pip3 install -r requirements.txt +# - name: Install Python packages +# run: pip3 install -r requirements.txt - name: Get version id: version