Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 5, 2024
1 parent ca24a9e commit da0f99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/BuildTool/BuildTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ struct GenerateMatrices: ParsableCommand {
]

let matrix: [String: Any] = [
"without-platform": [
"withoutPlatform": [
"tooling": tooling,
],
"with-platform": [
"withPlatform": [
"tooling": tooling,
"platform": Platform.allCases.map(\.rawValue),
],
Expand Down

0 comments on commit da0f99d

Please sign in to comment.