From 3c95076557b13c3d35eaf18ebec5564b8ac3d4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Wed, 31 Jan 2024 01:55:48 -0300 Subject: [PATCH] remove ps2eth installation from CI --- .github/workflows/compile.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 32aa2227..2bba6f2b 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -30,11 +30,6 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" git fetch --prune --unshallow - - name: Install ps2eth - run: | - git clone https://github.com/ps2dev/ps2eth.git - cd ps2eth && make clean all install - - name: Compile wLaunchELF run: | make rebuild ${{ matrix.eth }} ${{ matrix.sior }} ${{ matrix.bdmstuff }} ${{ matrix.ds34 }} ${{ matrix.xfrom }} ${{ github.event.inputs.make_args }}