From b4a472730b87ef941a935be101919eb43f1eaad9 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 20 May 2021 00:55:45 -0700 Subject: [PATCH] ci: Update actions/cache@v2 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 684d07c613..10cd289c31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: ninja-build - name: Initialize Compiler Cache id: cache - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: /tmp/xemu-ccache key: cache-${{ runner.os }}-${{ matrix.configuration }}-${{ github.sha }} @@ -166,6 +166,7 @@ jobs: ninja - name: Initialize Compiler Cache id: cache + # FIXME: actions/cache@v2 broken on macOS? uses: actions/cache@v1 with: path: /tmp/xemu-ccache