Skip to content

Commit

Permalink
Attempt to unblock CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Jul 22, 2024
1 parent 3886fc3 commit df0760a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1409,8 +1409,7 @@ func googleAppMeasurementDependency() -> Package.Dependency {
// return .package(url: appMeasurementURL, branch: "main")
// }

let version = "10.28.0"
return .package(url: appMeasurementURL, exact: version)
return .package(url: appMeasurementURL, exact: "10.28.0")
}

func abseilDependency() -> Package.Dependency {
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_spm_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# For example: Change `exact: "8.3.1"` to `branch: "main"`

sed -i '' 's#exact:[[:space:]]*"[0-9.]*"#branch: "main"#' Package.swift
# sed -i '' 's#exact:[[:space:]]*"[0-9.]*"#branch: "main"#' Package.swift


# Move schemes into place to run Swift Package Manager tests
Expand Down

0 comments on commit df0760a

Please sign in to comment.