Added commands to remove dependency source

This commit is contained in:
Rebekah 2022-04-04 20:21:03 -04:00
parent a98c7d5aa8
commit fe7651b89a
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5

View File

@ -28,6 +28,10 @@ jobs:
- run:
name: "Install libxoverlay"
command: "cd libxoverlay/build && make install"
- run:
name: "Remove libxoverlay source"
command: "rm -rf libxoverlay/"
@ -50,9 +54,12 @@ jobs:
- run:
name: "Install libglez"
command: "cd libglez/build && make install"
- run:
name: "Remove libglez source"
command: "rm -rf libglez/"
- checkout
- run:
name: "Install libpdraw dependencies"