Testing Caching Vita SDK (1)
This commit is contained in:
14
.github/workflows/build-helloworld-vita.yml
vendored
14
.github/workflows/build-helloworld-vita.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user