mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- try cache-1 for CI workflows
This commit is contained in:
parent
4db7b7a5c2
commit
d3eebff59b
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -10,14 +10,14 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Cache
|
- name: Cache
|
||||||
id: cache-2
|
id: cache-1
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: cache
|
path: cache
|
||||||
key: ${{ runner.os }}-cache-2
|
key: ${{ runner.os }}-cache-1
|
||||||
|
|
||||||
- name: Download devkitPPC r41-2, libogc 2.3.1 and required tools
|
- 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
|
# general-tools is needed for bin2s and gamecube-tools is needed for elf2dol
|
||||||
run: |
|
run: |
|
||||||
mkdir cache && cd cache
|
mkdir cache && cd cache
|
||||||
|
Loading…
Reference in New Issue
Block a user