- trying cache-2

This commit is contained in:
Fledge68 2021-09-06 16:26:37 -05:00
parent 1d1ab97e7c
commit d27dc8baa4

View File

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