diff --git a/.github/workflows/build-helloworld-vita.yml b/.github/workflows/build-helloworld-vita.yml index 0bf003c6..1f8c912c 100644 --- a/.github/workflows/build-helloworld-vita.yml +++ b/.github/workflows/build-helloworld-vita.yml @@ -12,15 +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: 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' + if: steps.cache-vitasdk.outputs.cache-hit != 'true' run: ./ci/install-vita-toolchain.sh - name: Install Libraries