- try cache-1 for CI workflows

This commit is contained in:
Fledge68 2022-11-30 09:09:04 -06:00
parent 4db7b7a5c2
commit d3eebff59b

View File

@ -10,14 +10,14 @@ jobs:
- uses: actions/checkout@v2
- name: Cache
id: cache-2
id: cache-1
uses: actions/cache@v2
with:
path: cache
key: ${{ runner.os }}-cache-2
key: ${{ runner.os }}-cache-1
- name: Download devkitPPC r41-2, libogc 2.3.1 and required tools
if: steps.cache-2.outputs.cache-hit != 'true'
if: steps.cache-1.outputs.cache-hit != 'true'
# general-tools is needed for bin2s and gamecube-tools is needed for elf2dol
run: |
mkdir cache && cd cache