From 4ddba96aebba6a0dbce736ce11fb65754639f77d Mon Sep 17 00:00:00 2001 From: xjbeta Date: Wed, 18 Sep 2024 15:58:03 +0800 Subject: [PATCH] chore: xcode cache --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86e7d4f..ab4172a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,11 @@ jobs: - uses: actions/checkout@v4 + - uses: irgaly/xcode-cache@v1 + with: + key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }} + restore-keys: xcode-cache-deriveddata-${{ github.workflow }}- + - name: Clone AppUpdaterAppcasts run: git clone https://github.com/xjbeta/AppUpdaterAppcasts