From d27dc8baa451e955c8bfdea414963304e3e71f60 Mon Sep 17 00:00:00 2001 From: Fledge68 Date: Mon, 6 Sep 2021 16:26:37 -0500 Subject: [PATCH] - trying cache-2 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 135b1219..8b215511 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,14 +10,14 @@ jobs: - uses: actions/checkout@v2 - name: Cache - id: cache-1 + id: cache-2 uses: actions/cache@v2 with: path: cache - key: ${{ runner.os }}-cache-1 + key: ${{ runner.os }}-cache-2 - 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 run: | mkdir cache && cd cache