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
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# - name: Cache VITASDK
|
- name: Cache VITASDK
|
||||||
# id: cache-vitasdk
|
id: cache-vitasdk
|
||||||
# uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
# with:
|
with:
|
||||||
# path: ${VITASDK}
|
path: ${VITASDK}
|
||||||
# key: ${{ runner.os }}-vitasdk
|
key: ${{ runner.os }}-vitasdk
|
||||||
|
|
||||||
- name: Install Vita Toolchain
|
- 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
|
run: ./ci/install-vita-toolchain.sh
|
||||||
|
|
||||||
- name: Install Libraries
|
- name: Install Libraries
|
||||||
|
Reference in New Issue
Block a user