From 69eda11e7b66d3ef4be3faea4eafa21484636280 Mon Sep 17 00:00:00 2001 From: winebarrel Date: Mon, 4 Nov 2024 17:41:25 +0900 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce9a020..dacaca3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,11 +62,11 @@ jobs: # apply provisioning profile mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles - # - name: Restore cache - # uses: irgaly/xcode-cache@v1 - # with: - # key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }} - # restore-keys: xcode-cache-deriveddata-${{ github.workflow }}- + - name: Restore cache + uses: irgaly/xcode-cache@v1 + with: + key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }} + restore-keys: xcode-cache-deriveddata-${{ github.workflow }}- - name: Build and Analyse run: | xcodebuild build analyze -scheme PagerCall -destination 'generic/platform=macOS' -allowProvisioningUpdates -configuration Debug | tee ./build.log