Skip to content

Commit

Permalink
remove ps2eth installation from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Jan 31, 2024
1 parent 1435226 commit 3c95076
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3c95076

Please sign in to comment.