Skip to content

Commit afa1d9c

Browse files
committed
Don't need this constant anymore
1 parent bc14da6 commit afa1d9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ extension Array where Element == PackageDescription.CXXSetting {
477477
} else if let gitHubSHA = Context.environment["GITHUB_SHA"] {
478478
// When building in GitHub Actions, the git command may fail to get us the
479479
// commit hash, so check if GitHub shared it with us instead.
480-
result.append(.define("SWT_TESTING_LIBRARY_VERSION", to: "0"))
481480
result.append(.define("SWT_TESTING_LIBRARY_COMMIT_HASH", to: #""\#(gitHubSHA)""#))
482481
}
483482

0 commit comments

Comments
 (0)