Skip to content

Commit

Permalink
kram-profile - turn off environment setting causing build to fail in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Feb 26, 2024
1 parent 80c5eaf commit 1915f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kram-profile/kram-profile/kram_profileApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,8 @@ A tool to help profile mem, perf, and builds.
return true
}
}
.environment(\.font, customFont)
// This is causing an error on GitHub CI build, but not when building locally
//.environment(\.font, customFont)
// https://nilcoalescing.com/blog/CustomiseAboutPanelOnMacOSInSwiftUI/
.commands {
CommandGroup(after: .newItem) {
Expand Down

0 comments on commit 1915f50

Please sign in to comment.