Skip to content

Commit b1760d3

Browse files
leogdionclaude
andcommitted
Fix BushelCloud workflow to use subrepo branch
Update macOS build workflow to use 'subrepo' branch instead of 'v3.0.0-alpha.2-bushel-subrepo' for consistency with Ubuntu build and CodeQL workflows. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent dca5a0e commit b1760d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BushelCloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Update Package.swift to use remote BushelKit branch
125125
run: |
126-
sed -i '' 's|\.package(path: "\.\./BushelKit")|.package(url: "https://github.com/brightdigit/BushelKit.git", branch: "v3.0.0-alpha.2-bushel-subrepo")|g' Package.swift
126+
sed -i '' 's|\.package(path: "\.\./BushelKit")|.package(url: "https://github.com/brightdigit/BushelKit.git", branch: "subrepo")|g' Package.swift
127127
rm Package.resolved
128128
- name: Build and Test
129129
uses: brightdigit/swift-build@v1.4.2

0 commit comments

Comments
 (0)