From 5deeca4a274665e02808aa4722ad20aea0c9cc91 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Tue, 12 Oct 2021 00:44:55 -0700 Subject: [PATCH] .github: Cache macOS library packages --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bf7efaa59..5cfbb81361 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -177,12 +177,13 @@ jobs: dylibbundler \ pkg-config \ ninja - - name: Initialize compiler cache + - name: Initialize compiler, library cache id: cache - # FIXME: actions/cache@v2 broken on macOS? - uses: actions/cache@v1 + uses: actions/cache@v2.1.6 with: - path: /tmp/xemu-ccache + path: | + /tmp/xemu-ccache + macos-pkgs key: cache-${{ runner.os }}-${{ matrix.arch }}-${{ matrix.configuration }}-${{ github.sha }} restore-keys: cache-${{ runner.os }}-${{ matrix.arch }}-${{ matrix.configuration }}- - name: Compile