We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc14da6 commit afa1d9cCopy full SHA for afa1d9c
Package.swift
@@ -477,7 +477,6 @@ extension Array where Element == PackageDescription.CXXSetting {
477
} else if let gitHubSHA = Context.environment["GITHUB_SHA"] {
478
// When building in GitHub Actions, the git command may fail to get us the
479
// commit hash, so check if GitHub shared it with us instead.
480
- result.append(.define("SWT_TESTING_LIBRARY_VERSION", to: "0"))
481
result.append(.define("SWT_TESTING_LIBRARY_COMMIT_HASH", to: #""\#(gitHubSHA)""#))
482
}
483
0 commit comments