Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
xcodebuild -version

- name: Cache Zig toolchain + package cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/zig
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
-Dxcframework-target=native

- name: Cache Sparkle SPM archive
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .action/sparkle
key: sparkle-${{ env.SPARKLE_VERSION }}
Expand All @@ -83,7 +83,7 @@ jobs:
echo "$(pwd)/.action/sparkle/bin" >> "$GITHUB_PATH"

- name: Cache Xcode DerivedData + compilation cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/Library/Developer/Xcode/DerivedData
Expand Down
Loading