Skip to content

Commit f00e0f6

Browse files
fix build with spm
1 parent ec0b7ad commit f00e0f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
build-spm:
9191
name: Build with SPM
9292
runs-on: macos-15
93+
# Don't run this on release branches, cause the SPM Package.swift points to the unreleased versions.
94+
if: startsWith(github.ref, 'refs/heads/release/') == false
9395
steps:
9496
- uses: actions/checkout@v4
9597
# Only watchOS is compiling with SPM so far, the rest of the targets need profiling support which is still a work in progress due to the ObjC++ usage

0 commit comments

Comments
 (0)