We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48735dd commit 1f9c212Copy full SHA for 1f9c212
.github/workflows/codeql.yml
@@ -53,9 +53,9 @@ jobs:
53
run: sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
54
55
- name: Update Package.swift to use remote BushelKit branch
56
- run: |
57
- sed -i 's|\.package(path: "\.\./BushelKit")|.package(url: "https://github.com/brightdigit/BushelKit.git", branch: "subrepo")|g' Package.swift
58
- rm Package.resolved
+ run: |
+ sed -i 's|\.package(path: "\.\./BushelKit")|.package(url: "https://github.com/brightdigit/BushelKit.git", branch: "subrepo")|g' Package.swift
+ rm Package.resolved
59
60
- name: Verify Swift Version
61
run: |
0 commit comments