Browse Source

Remove ps2_driver from workflow

Francisco Javier Trujillo Mata 1 year ago
parent
commit
64a3e2d17d
1 changed files with 0 additions and 9 deletions
  1. 0 9
      .github/workflows/ps2.yml

+ 0 - 9
.github/workflows/ps2.yml

@@ -17,15 +17,6 @@ jobs:
         apk update
         apk add cmake gmp mpc1 mpfr4 ninja pkgconf make git
 
-    # To be removed once ps2_drivers is part of PS2DEV
-    - name: Install ps2_drivers lib
-      run: |
-        git clone https://github.com/fjtrujy/ps2_drivers.git
-        cd ps2_drivers
-        make -j $(getconf _NPROCESSORS_ONLN) clean
-        make -j $(getconf _NPROCESSORS_ONLN)
-        make -j $(getconf _NPROCESSORS_ONLN) install
-
     - name: Configure (CMake)
       run: |
         cmake -S . -B build -G Ninja \