File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 path : |
4343 platforms/macos/.build
4444 ~/Library/Caches/org.swift.swiftpm
45+ /tmp/Sparkle-2.8.1
4546 key : ${{ runner.os }}-spm-${{ hashFiles('platforms/macos/Package.resolved') }}
4647 restore-keys : |
4748 ${{ runner.os }}-spm-
5859 echo "No compiler warnings."
5960 fi
6061
61- - name : Build (Release)
62- run : swift build -c release
63-
6462 - name : Run Tests
6563 run : swift test --parallel
6664
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ CONTENTS_DIR="$APP_DIR/Contents"
1414MACOS_DIR=" $CONTENTS_DIR /MacOS"
1515RESOURCES_DIR=" $CONTENTS_DIR /Resources"
1616
17- # First build to fetch dependencies
18- echo " 🔨 Building release binary (fetching dependencies) ..."
19- swift build -c release --arch arm64 --arch x86_64
17+ # Fetch dependencies (no need for full build)
18+ echo " 📦 Fetching dependencies..."
19+ swift package resolve
2020
2121# Patch the CHECKOUT source files directly (not DerivedSources which gets regenerated)
2222# This patches the actual library code before the final build
You can’t perform that action at this time.
0 commit comments