Chopping vitasdk modules I don't need

This commit is contained in:
2023-03-20 22:31:33 -07:00
parent ecaa7c0834
commit f35ef95e3c
2 changed files with 10 additions and 83 deletions

View File

@ -12,7 +12,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
# - name: Cache VITASDK
# id: cache-vitasdk
# uses: actions/cache@v3
# with:
# path: ${VITASDK}
# key: ${{ runner.os }}-vitasdk
- name: Install Vita Toolchain
# if: steps.cache-vitasdk.outputs.cache-hit != 'true'
run: ./ci/install-vita-toolchain.sh
- name: Install Libraries